I am a beginner at jQuery. I am trying to practice as many functions as i can. BUT i am tired to write HTML for all this stuff. So is there any way i can run jQuery functions on any page as in google.com or any other site, any chrome extension ?
Asked
Active
Viewed 83 times
3 Answers
2
js console for one. If the site has jquery (like StackOverflow) you can press ctrl-shift-j to open up the console and directly run jquery commands. otherwise there's jsfiddle.net.

Joseph Marikle
- 76,418
- 17
- 112
- 129
0
I had the same problem with me, when i started using jQuery. But i found an excellent chrome extension for that.Its called jsshell.Here is the link and yes, it has a Auto Complete feature which i love very much. :)

Arihant Nahata
- 1,802
- 2
- 19
- 30
-
is it just me or did anyone else read that as "jss hell" just now? O_o – Joseph Marikle Jul 29 '11 at 19:41