Ciao a Todos!!
come faccio nella funzione MouseNoMove a disabilitare MouseMovecodice:function MouseMove() { $(document).mousemove(function(e) { var percent = e.clientY / $(window).height(); $('body, html').scrollTop($(document).height() * percent); }); } function MouseNoMove() { $('body, html').unbind(MouseMove) alert('chiamata ok'); }

Ciao a Todos!!
Rispondi quotando