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 ...
sofiavalera
5 years agoCommunity Member
Hi, progress bar doesn't work because of this console error, I think JQuery doesn't work for me but I don't know how to solve it.
ERROR:
ds-frame.desktop.min.js:2 could not find slide in string table npnxnanbnsnfns00000000101
value @ ds-frame.desktop.min.js:2
6ds-bootstrap.min.js:11 actionator::exeJavaScript - $ is not defined
- OwenHolt5 years agoSuper Hero
jquery is no longer supported by SL. You would need to load the jquery library yourself or use pure JavaScript equivalent commands.
- sofiavalera5 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!