Home › Forums › JavaScript › [Solved] Running jQuery code in a .load()’ed page › Re: [Solved] Running jQuery code in a .load()’ed page
May 13, 2010 at 10:48 am
#75513
Member
That’s it! Added the binding in the .load() call-back function and it’s working like a champ. And of course, it makes perfect sense to me now. I needed a way to make sure the events were attached to the elements once they’d been re-loaded and that’s what the call-back does. Thanks a bunch, Chris.