Forum Discussion
OwenHolt
7 years agoSuper Hero
Bootstrap Progress Meter
I recently discovered some progress meters on the w3schools.com website and wondered if I could leverage them in a StorLine project. The meters are part of a library of code called Bootstrap. I had ...
OwenHolt
Super Hero
jquery is no longer supported by SL. You would need to load the jquery library yourself or use pure JavaScript equivalent commands.
sofiavalera
5 years agoCommunity Member
added this code before closing </head> in story.html :
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
it worked for me! Thank you so much.
- OwenHolt5 years agoSuper Hero
Glad you got it working Sofia!