I have this function:
function block_scroll(key){ if (key) { $(window).bind(\"scroll\", function(){ $(\'html, body\').animate({scrol
try this:
$(window).unbind('scroll');
it works in my project