This jQuery plugin allows you to add an interactive page curl to your website.
Animated Form Switching with jQuery
In this tutorial we will create a simple jQuery animated form switch with three very common forms. The idea is not to leave the page when the user goes to another form but instead make the new form appear within the same container, expanding or contracting to the dimensions of the new form.
Style-my-tooltips jQuery plugin with Demo
Small in size (3kb unminified) jQuery script to enhance the look of tooltips. It works just like browser’s native tooltips with few options and styling via CSS. By default, the script applies to any element with a “title” attribute like links, paragraphs, images etc. but you can easily set it to affect only specific classes.
jQuery Snakey game
The famous snake game made with jQuery.Use the keyboard arrow keys to control the snake. Eat the specified amount of cherries to advance to the next level, without slithering into yourself or a wall. The speed and length of the snake will increase with every cherry eaten. The game ends when you have used up all your lives, or when you finish all levels.