IDK jack shit about Javascript, so I guess I got some reading to do, cuz I dunno where the fuck that's supposed to get put into my code and how. I'm a relic and I still don't know JS lol. BUT! you *can* teach and old dog new tricks...
Assuming you got a JS file on your site that you wanna use, you get it onto your pages by linking it similarly to a CSS file. Example from my website, since linking a JS file is not exactly the same as CSS: https://i.imgur.com/6LEkSO1.png
Assuming you got a JS file on your site that you wanna use, you get it onto your pages by linking it similarly to a CSS file. Example from my website, since linking a JS file is not exactly the same as CSS: https://i.imgur.com/6LEkSO1.png
@pip-pepping - thanks for the info, very much appreciated!
it’s pretty easy to grasp the basics once you get familiar with it! if I can learn js probably anyone can