New to jQuery. Trying to make it run offline by using the js file from the website, but I ran into this error. I'm using Microsoft Edge.
<script src="C:\Users\HP\Documents\Web Development\Projects\JS\jquery-3.6.4.js"></script>
I tried copying the folder to root directory and running from there, but still shows an error.
I tried turning off safe search on my Google, in case it's some form of security block but still doesn't work.
Tried the CDN and that works, but can't get the js file to work offline.