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
3 odpowiedzi
+ 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
0
Thank you very much !
0
You are welcome