Why jquery not working !? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why jquery not working !?

Actually i was working on a code (this is not the real one) I was trying to use jquery ...it was working when written in the javascript (js) section . https://code.sololearn.com/WTXtlT99Pje8/?ref=app

16th Apr 2020, 4:26 PM
Rudra
Rudra - avatar
3 Answers
+ 2
You cant write code in <script> tag, if it has attribute src. You need to delete all code in it, then create one more <script> tag and write code right there
16th Apr 2020, 9:42 PM
Anisimov David
Anisimov David - avatar
0
Thank you very much !
17th Apr 2020, 8:10 AM
Rudra
Rudra - avatar
0
You are welcome
19th Apr 2020, 8:47 PM
Anisimov David
Anisimov David - avatar