I have a document with say five buttons.
Underneath this row of buttons I generate a placeholder div
.
When I click on a button I use load()
to load into the placeholder a div
from another page (each button loads a chunk of HTML into the placeholder div
).
Ok, my problem is that the chunks I am loading into the placeholder are slideshows (anythingslider). And they don't work even if I have another slideshow on the main page with all the relevant CSS and JS already loaded.
As far as I've found out I need to use getScript()
but I still don't seem to grasp it. Do I need to reload the relevant scripts again?
Thank you in advance for any help - K