jQuery Online Editor
jQuery Editor
With our online jQuery editor, you can edit jQuery code, and view the result in your browser.
$(document).ready(function(){ $("p").click(function(){ $(this).hide(); }); });
If you click on me, I will disappear.
Click me away!
Click me too!
Click on the "Try it Yourself" button to see how it works.
Build and Publish jQuery Projects
If you want to save your jQuery code and create your own website or web application, W3Schools Spaces gives you an easy place to write, run, manage, and publish code online.
If you do not know jQuery, we suggest that you read our jQuery Tutorial from scratch.