Easy Tutorial
❮ Sel Input Disabled Misc Isplainobject ❯

jQuery Tutorial

jQuery is a JavaScript library.

jQuery greatly simplifies JavaScript programming.

jQuery is easy to learn.

Each section of this chapter includes online examples

Using the online editor on this site, you can run modified code online and see the results.

Example

$(document).ready(function(){
  $("p").click(function(){
    $(this).hide();
  });
});

Click the "Try it" button to see the result.

jQuery Examples

In this tutorial, you will learn how to apply JavaScript effects using jQuery through lessons and many online examples.

-jQuery Online Examples


jQuery Quiz

Test your jQuery skills on tutorialpro.org!

-jQuery Quiz

jQuery Reference Manual

In this tutorial, you will learn more about how to use jQuery.

-jQuery Reference Manual

-jQuery API Manual

❮ Sel Input Disabled Misc Isplainobject ❯