Simple JQuery Examples




JQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.


Click Me Event

Click on this text and see what happens.


Click on Text and make it disappear.



If you click this text it will disappear.



Filter a Table

Type something in the input field to search the table for first names, last names or emails:



Firstname Lastname Email
John Doe john@example.com
Mary Moe mary@mail.com
July Dooley july@test.com
Anja Ravendale a_r@test.com


Add content from a text file to this page





Form Validation