0

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 ?

Arihant Nahata
  • 1,802
  • 2
  • 19
  • 30

3 Answers3

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
0

Try http://jsfiddle.net/. JsFiddle is a playground for web developers

sreeprasad
  • 3,242
  • 3
  • 27
  • 33