Forums

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

Home Forums JavaScript Triggering jQuery after page has loaded Re: Triggering jQuery after page has loaded

#115251
CameronDuthie
Participant

@JohnMotylJr im actually meaning the gallery section on the main site, when you click on the circles the page expands open to reveal thumb nails. The thumb nail page is an external html file that is stored in a folder called **6_toggle** and is getting loaded into the index.html file by this,

t_slide.load(“6_toggle/”+page+”.html”);

But this function doesn’t seem to like to load the jQuery from its external page.

So i’m just trying to find a workaround that will re-trigger the jQuery so the thumbnails display a lightbox effect that i’ve got set up.