Forum Discussion

ZsoltOlah's avatar
ZsoltOlah
Super Hero
6 years ago

No more jQuery?

It seems like the latest update for Storyline 360 DOES NOT include jQuery anymore. I know many of us has been relying on jQuery workarounds. So the options now you have:

1. Not using jQuery anymore in JavaScript triggers. 

2. Manually include a copy (or reference) to jQuery in the published version.

(If you're not sure about what this means but you have some of these "hacks" in your code, basically if you see $ or jQuery in that code snippet, for example

$('.area-secondary-wrapper').toggle();
$('.menu-icon-wrapper').toggle();

https://www.rabbitoreg.com/examples/p99/#/lessons/AF_796ALUsNSIxEj9YhkikDWrJrRK4H0

to toggle the side-bar menu on and off... , you are using jQuery.) 

I'll update the Project 99 https://www.rabbitoreg.com/examples/p99/#/lessons/xt5L89i0WgiXivqKOOd3yy0q0XS7TJJk JavaScript examples with the new approach.  

17 Replies