Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
Description
example: var em=$('<div></div>'); em.scroll(function(){ do something
})
这样的对象创建后scroll动作没起作用,scroll只有在$('#id').scroll(function(){do something})这种情况下才管用,但是我开发中需要上一种效果。
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please use the jQuery Forum for support requests.