I'm using the hover event handler to setup an animation for a class of
objects on a page, and have started seeing some odd behavior since
upgrading to jQuery 1.2.1. I have an application currently located at
http://dev.yexley.net/incense. If you browse to there and login as
"guest" (pw: guest), you'll notice that five entries get listed on the
page. The five entries get loaded into the main content section of the
page from an ajax call to http://dev.yexley.net/incense/user/prayers.ashx.
As you can see, when you browse to that page directly, the hover seems
to work just fine. But, back at the main page, after that same content
has been loaded into the main content section of the page via ajax,
the hover event no longer works. You should be able to see the JS
files that are being used and the functions being called by viewing
the source of the pages. If anyone has any ideas of why this is
happening, and particularly how I can fix it and get it to work on the
main page, I would be very grateful. Thanks much.

Reply via email to