Test page to verify if jQuery code works [closed]
开发者_如何转开发
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this questionIs there a web site that allows to edit a simple HTML fragment, insert jQuery code, and verify if the jQuery code has the desired effect?
Check out http://www.jsbin.com. Make sure you select jQuery from the "Include:" dropdown.
Check out http://jsfiddle.net, it allows you to test languages such as JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, and CSS in an online editor. It also has a very slick, clean web2.0 interface and free registration. I highly recommend!
I usually use Firebug to test small snippets of jquery. Open any page you want that includes jquery, even the page of this very question, press F12 and run your snippets.
I suggest http://www.w3schools.com/ There are simple tutorials too. Just go to the tutorial and find "try it yourself!" button to start testing.
You can try http://plnkr.co/ website from which you can write and test your code. It supports for the following library.
JQuery JQuery UI Angular JS React.js Bootstrap Backbone.js
精彩评论