Easy Tutorial
❮ Html Addclass Misc Callbacks Disabled ❯

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 the 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 the tutorial 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

❮ Html Addclass Misc Callbacks Disabled ❯