Forum Discussion
samkotthoff
2 years agoCommunity Member
How to open a slide with help of Javascript?
Hello,
I need your help. I need to open slides out of a Javascript. Do you know the commands in Javascript for this case?
Thanks for help!!!
- SBP_IncCommunity Member
The Jump to Slide trigger is designed specifically for this feature, as there is no direct javascript way to "jump" (open/view) a specific slide; they aren't "divs"
- BenKanspedos-8bCommunity Member
You can create a variable such as 'jumpTo'. Then create triggers, Go to [slide] if jumpTo = [keyword]
The javascript can then control the value of jumpTo based on your requirements