All jQuery Resources

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 »

10 jQuery Plugins to create flip effects

In this post, find a complied list of jQuery plugin to integrate flip animations. These plugins provides flip effects to images, text, image gallery, clock and any DOM element. flipLightBox http://flipgallery.net/fliplightbox.html flipLightBox is a free Responsive Lightbox jQuery Plugin that is extremely easy to implement and doesn't require any additional stylesheets, scripts or libraries. Its […]
Read the rest of this entry »

8 jQuery Plugins to Integrate Instagram Photos

Instagram is the most popular online photo-sharing and social networking service which allows users to take a picture, apply a digital filter to it, and share it on a variety of social networking services. Instagram is fast, beautiful and fun way to share your photos with friends and family. So In this post find list […]
Read the rest of this entry »

6 Free JavaScript Books for Advanced Learners

Learn JavaScript is essential for anyone who wants to become a creative webpage designer.  It is one of the most powerful and dynamic programming languages which has been most commonly used alongside HTML and CSS. JavaScript is used by most web browsers and supports object oriented programming, which also has an application programming interface for […]
Read the rest of this entry »

Show Password as you type using jQuery.rar

Showing password as and when user is typing is you see a lot these days on various smart phones app and mobile device specific websites. As it gives indication of what user is typing on small devices where keys can be mixed easily. So in this post, you will find the solution of how to […]
Read the rest of this entry »

12 Responsive jQuery Lightbox Plugins

Lightbox is great way to display large images on modal window and if you wish to have a lightbox which works not only on desktop but also on tablets and smart phones. And for that you need a responsive lightbox plugin.  So in this post, find a compiled list of 12 responsive jQuery lightbox plugins […]
Read the rest of this entry »

Responsive Menu
Add more content here...