jQuery bind/unbind 'scroll' event on $(window)

后端 未结 6 799
梦谈多话
梦谈多话 2020-12-08 13:30

I have this function:

function block_scroll(key){
    if (key) {
        $(window).bind(\"scroll\", function(){
            $(\'html, body\').animate({scrol         


        
6条回答
提交回复
热议问题