Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [Solved] Running jQuery code in a .load()’ed page Re: [Solved] Running jQuery code in a .load()’ed page

#75513

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.