N notepad++ jquery | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

N notepad++ jquery

hown to start eding and using jquery

14th Apr 2017, 12:24 PM
code
code - avatar
3 Answers
+ 15
You have to link jquery :- Example:- <script src="jquery.js"><script> The above example is used when u host Jquery yourself...Make sure you give the right directory to the file like :- New Folder/Jquery.js .....I suggest keep them in the same folder You can also link Jquery to one of the CDN's
14th Apr 2017, 12:52 PM
Nikhil
Nikhil - avatar
+ 7
i add a new file and qopied jquery library but no $ sign possible
14th Apr 2017, 12:27 PM
code
code - avatar
+ 7
thx nik i realised that i forgot a bricjet> but took me 3 days :) see, doing this lol while editing the src property
14th Apr 2017, 2:01 PM
code
code - avatar