Thread: js not working
View Single Post
  #9  
Old 21st June 2011, 14:05
it53lv's Avatar
it53lv it53lv is offline
Senior Member
 
Join Date: Feb 2011
Latvia
Posts: 134
Default
wtf is wrong with pmbt i can make same js work for simple html but it won't work on pmbt ?
it asks to define everything like every parameter is a function
it's not suppose to be like that
if i define $j it asks to define $j(document) and keeps going for every part of js
there is something wrong with pmbt core that's for shure

not even this work's right
Code:
$(document).ready(function() {    
$('a.top').click(function(){
$('html, body').animate({scrollTop:0}, 'slow');
return false;
});
});

Last edited by it53lv; 21st June 2011 at 15:17.
Reply With Quote