Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is a good test environment to test JQuery

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

like image 926
Matt Elhotiby Avatar asked Nov 30 '22 10:11

Matt Elhotiby


1 Answers

That works. There's also jsFiddle which you might want to check out.

like image 185
Jorge Israel Peña Avatar answered Dec 17 '22 06:12

Jorge Israel Peña