Opened 13 years ago
Closed 13 years ago
#7027 closed bug (invalid)
jquery scroll
Reported by: | kingshare | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | scroll | Cc: | |
Blocked by: | Blocking: |
Description
example: var em=$('<div></div>'); em.scroll(function(){ do something
})
这样的对象创建后scroll动作没起作用,scroll只有在$('#id').scroll(function(){do something})这种情况下才管用,但是我开发中需要上一种效果。
Note: See
TracTickets for help on using
tickets.
Please use the jQuery Forum for support requests.