Modify ↓
Ticket #11824 (closed bug: cantfix)
scroll event not working in new element
| Reported by: | mna-lord@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
after an ajax request creating for example 2 elements (test1 parent of test2) $(document).ready(function(){
$("#test1").on("scroll","#test2",function(){
alert('qwerty');
});
});
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.

just to mention that the "click" event works so only scroll has the problem