This isn't really jQuery-related-since most of the code you're using to reload content isn't jQuery driven.
However, the problem you're having is a common AJAX-related issue. You're attaching a behavior to those links when the page loads, but you're not re-applying the behavior once your reloading the content via the AJAX operation. You need to re-apply the same behavior you do when the page initially loads. This looks like you're handling in the floorLinks.js file, but I didn't spend a lot of time investigating... -Dan _____ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jQuery Newbie Sent: Tuesday, May 22, 2007 7:41 PM To: jquery-en@googlegroups.com Subject: [jQuery] jQuery help Hello all! I am having an issue with jQuery (obviously) anyway, Here is what I am talking about: http://manhattanwest.com/the_residences/floor_plansNEW.php <http://manhattan/the_residences/floor_plansNEW.php> If you dont click any other links and click the "1st Floor" and "Loft" links below the img, it works just fine, but as soon as you click another floor plan and the click the "Greenwich Lofts" link again, the functionality dies.....any thoughts? Thanks,