I have this site here
As you can see there is a tiny image slider for "Images" and "Web Templates" tabs where the images are sliding from right to left, then disappears and then it appears at the very end of the parent element (an <tr>
in my case).
If you hover over the small images you can see it's preview on the left.
So far so good.
But if you wait until the first images comes again, the hover event doesn't work anymore.
It is possible that jquery can't see that new appended elements at the end of the <tr>
tag?