+ 4
Which is the application for doing jQuery with HTML????¿¿¿
please answer and like itđđđđ
1 Answer
+ 1
You can use any text editor to write html and JavaScript. on a PC use notepad or download notepad++.
There are loads and loads of programs that can also be used. SoloLearn is one.
You can even use a website like JSFiddle.
jQuery is simply a bunch of preset JavaScript methods to make it faster to use JavaScript.
To use jQuery set of methods you have to include it's library path in your html header at the top of your webpage code. Then jQuery codes start with $.
If you did the jQuery tutorial on SoloLearn, you will be enlightened.