jquery 1.3.2 remove() kills events?

jquery 1.3.2 remove() kills events?


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