I find that I constantly want to test little snippets of JQuery and i would love a good method. Currently I go to the page that I am trying to test and open up firebug and enter the snippet and it should appear in the console. I was wondering if there is a better place or method that can help
I find that I constantly want to test little snippets of JQuery and i would love a good method. Currently I go to the page that I am trying to test and open up firebug and enter the snippet and it should appear in the console. I was wondering if there is a better place or method that can help
Share Improve this question asked Aug 28, 2010 at 0:49 Matt ElhotibyMatt Elhotiby 44.1k91 gold badges224 silver badges328 bronze badges3 Answers
Reset to default 12That works. There's also jsFiddle which you might want to check out.
There's also jsbin., which let's you test out jQuery in a similar manner to jsFiddle.
You could also try the extension FireQuery, which integrates with Firebug.