14 Answers
New Answer14 Answers
New AnswerMohammed Try to download CDN jQuery library and put this library and html file in same folder then try to open in Chrome or Mozilla and see what comes in Console.
are you using local path ? i mean file://sdcard/ like that ?.. it cant be done .. you cant access local storage from http server directly
Change src="https://code.jquery.com/jquery-3.1.1.js" With src="relativePath/jquery-3.1.1.js"
Example: If your html file is under c:\mySite and your jquery.js is under c:\mySite\js you only need to write the path of jquery file relative to html file path src="js/jqueryFile.js"
Kapama, Joshua No, the code remains the same, I tried cut paste the online jquery path (It works), the offline path doesn't work.
Marco Ginato I haven't got what you mean, I copied the full path and it shows no errors on the path.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message