Forums

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

Home Forums JavaScript load external div into a page via jquery when the div has script Re: load external div into a page via jquery when the div has script

#92366
artjunkie
Participant

Wrap whatever js you need for the page being loaded in a function, and then call that function as a callback on successful load. Basically you want the javascript that renders your slideshow or whatever to run (again) after you’ve loaded the page.