Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

jQuery Tutorial

jQuery is a JavaScript Library.

jQuery greatly simplifies JavaScript programming.

jQuery is easy to learn.


Examples in Each Chapter

Our "Try it Yourself" editor makes it easy to learn jQuery. You can edit code and view the result in your browser:

Example

$(document).ready(function(){
  $("p").click(function(){
    $(this).hide();
  });
});
Try it Yourself »

Click on the "Try it Yourself" button to see how it works.


jQuery Exercises



jQuery Examples

Learn by examples! At you will find a lot of jQuery examples to edit and test yourself.


jQuery Quiz Test

Test your jQuery skills at !

Start jQuery Quiz!

My Learning

Track your progress with the free "My Learning" program here at .

Log in to your account, and start earning points!

This is an optional feature. You can study at without using My Learning.



jQuery References

At you will find a complete reference of all jQuery selectors, methods, properties and events.

jQuery Reference


Copyright@2024. All Rights Reserved.