All Uncategorized

12 jQuery Parallax Plugins

As per Wikipedia, "Parallax is a displacement or difference in the apparent position of an object viewed along two different lines of sight, and is measured by the angle or semi-angle of inclination between those two lines." Via jQuery plugins, parallax effect can be integrated with any website. So in this post, find a compiled […]
Read the rest of this entry »

10 Facebook Style jQuery Plugins

In this post, find a compiled list of 10 Facebook style jQuery plugins which are easy to integrate and allows you to imitate Facebook functionalities like Facebook like button, emoticons, infinite scroll, get photos and albums, create Facebook-like photos and many other things. 1. FaceMocion FaceMocion is a plugin to create Facebook emoticons with jQuery and […]
Read the rest of this entry »

10 jQuery Plugins to Add Cool Effects

In this post, find a complied list of jQuery plugins to add cool and eye catching effects to your text, images, twitter buttons, shopping cart and any DOM element. You can also add sound effect to any DOM element. These plugins are pretty easy to understand and integrate. Letter by Letter JS Letter by Letter […]
Read the rest of this entry »

Using jQuery to Create a Drop-down Menu

Creating a drop-down navigation menu using jQuery and CSS is simple. Start off with some html for a basic navigation menu. This menu only has two links, the second of which is going to have a drop-down menu. [html] <div id="menu"> <ul> <li><a href="#">Link One</a></li> <li><a href="#">Link Two</a> <ul class="dropdown-menu"> <li><a href="#">Dropdown Link</a></li> <li><a href="#">Another […]
Read the rest of this entry »

Responsive Menu
Add more content here...