开发者

what is a good test environment to test JQuery

开发者 https://www.devze.com 2023-01-14 10:49 出处:网络
I find that I constantly wa开发者_开发问答nt 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 sni

I find that I constantly wa开发者_开发问答nt 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


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


There's also jsbin.com, which let's you test out jQuery in a similar manner to jsFiddle.


You could also try the extension FireQuery, which integrates with Firebug.

0

精彩评论

暂无评论...
验证码 换一张
取 消