Click here to Skip to main content
15,894,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have a presentation using jmpress impress plugin. I want to change the slides that are played as a result of a button press. Using JQuery click to get button press. Tying to change attr of slide 'data-exclude' to change what slides are shown as a result of button press. Problem I think is slides are already in memory. How do I unload the slideshow and reload with the new slides that are eneabled. Any help would be appreciated

Ian
Posted

1 solution

There is no "unload" in JavaScript; and you cannot "load" anything from an external source, unless you support it on the server side, which is not related to jQuerty topic. Keeping all slides in memory may or may not be a problem; it only depends on the total volume of page. If you want to change the whole slide show, I suggest you simply create a separate page(s); and one page could contain an anchor(s) linking it to other pages. As simple as that.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900