例如,在使用AJAX之後,我將有一個可滾動的DIV。如何將滾動事件綁定到它?綁定滾動事件到動態DIV?
我已經試過:
$(window).on("scroll", ".mydiv", function(){...})
$(document).on("scroll", ".mydiv", function(){...})
$(".mydiv").on("scroll", function(){...})
$(".mydiv").scroll(function(){...})
但他們沒有工作。
你能舉個實際的例子嗎? – user568109 2013-05-12 07:49:46
您在這裏: http://luanxt.tk/Demo/testing.htm – InOrderToLive 2013-05-12 09:06:14
您在代碼中完全沒有使用ajax。 – moonwave99 2013-05-13 10:14:56