(function($) {
$(document).ready(function(){
/*$('body').css('position','relative');
$('body').animate({'left':'-9999px'},3000);*/
alert('hello');
});
}(jQuery));
Tried also
$(document).ready(function(){
/*$('body').css('position','relative');
$('body').animate({'left':'-9999px'},3000);*/
alert('hello');
});
And firebug jumps:
jQuery is not defined
[Detener en este error] }(jQuery));