Posts by Capati • 1 point
1 post
-
0
votes2
answers619
viewsA: What is the correct way to use an npm-installed package?
The way you loaded jQuery in the first example was to work, except for the fact that you didn’t close the tag <script>, maybe that’s the problem? Functional example: <!DOCTYPE html>…