Forum Discussion

samkotthoff's avatar
samkotthoff
Community Member
2 years ago

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_Inc's avatar
    SBP_Inc
    Community 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"

  • 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