Ticket #3326 (closed bug: invalid)
IE7 Unbind/bind doesn't work
| Reported by: | thundrax | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | event | Version: | 1.2.6 |
| Keywords: | IE7 | Cc: | thundrax, flesler |
| Blocking: | Blocked by: |
Description
I use paging to limit result set on web page, and after initial data set is replaced with next set, I do unbind and then bind, and there is no effect. New set doesn't seem to be getting any event bound to it, and doesn't do anything. If I don't do unbind, then there is no change ether (new items don't get events bound to them).
Another similar case, is then paging adds new items to list, so I need to unbind all events and then bind again to include new elements, and this doesn't unbind, and doesn't binds new onces ether.
Works just fine of FF, but on IE keep getting this problem.
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.

Your details are not quite enough to be able to handle this. Could you provide a test case ? a minimalistic html file with the requires html and js to reproduce the problem. Thanks.