Hi All, I am using remove() to remove html from a li. I have a hover and click event attached to the li. This is a circular carousel and i want to remove the li which goes out of the visible area. For this, i get the non-visible li, get its html, add it to the back of the list and remove this li. What i see is that as long as i have not used remove() on the li's they respond to the attached events. But all those li's which have been appended to the end of the list have no events on them. I believe this is a bug. Is there a workaround/fix tet?
~niraj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
