Forum Discussion
MathNotermans-9
4 years agoCommunity Member
How to add jQuery or anyother external Javascript Library to Storyline
As this question pops up every now and then...i created a post i can link too. A few options to add jQuery to Storyline ( 3, 360... any version ) manually. You can add these lines to the html t...
Bob_Mongiovi
Community Member
What issues would I run into if I were to just copy the content of the external JavaScript file, and just add it to an Execute JavaScript trigger that starts on timeline start? This way no need to call it in or import. And no need to update the story.html file every time you publish.
MathNotermans-9
8 months agoCommunity Member
Scope is the big difference. Placing it on a trigger localizes the function to just that trigger. Nowhere else it will be available. Using it as described makes your function(s) globally available everywhere in Storyline.