11 Newest jQuery Progress Bar Plugins

Progress bars are ideal for letting end-users know that something is loading on a website, and they also help to provide a better user experience. In this post, find a compiled list of 11 newest jQuery progress bar plugins which are lightweight, eye catching, and easy to integrate.  You can use these plugins to integrate […]
Read the rest of this entry »

How to Validate Forms Using jQuery

Writing your own form validation code doesn’t have to be a scary or time-consuming process. jQuery’s Validation Plugin makes form validation easy and straightforward. To get started, all you need to do is link to the plugin files (files are also available for download if you’d prefer to host them locally) along with your standard […]
Read the rest of this entry »

10 jQuery Plugins to Play With JSON

In this post, find a list of jQuery plugins to play with JSON data. Using these plugins you can convert JSON data to tables, HTML, serialize objects, format JSON to make it more readable, generate treeview or even image sliders. 1. Dream.js DreamJS is a lightweight library to generate JSON data. This library can output random […]
Read the rest of this entry »

Build a Smooth Slide-Out Navigation Menu with jQuery

A smoothly-animated vertical navigation menu is a refreshing alternative to the standard horizontal navs, and can be created fairly easily with CSS and some simple jQuery. Here’s how it’s done: You’ll need to start out with your basic <ul> navigation structure. [html] <ul id=”navigation”> <li class=”home”><a href=”#”>home</a></li> <li class=”about”><a href=”#”>about</a></li> <li class=”search”><a href=”#”>blog</a></li> <li class=”photos”><a […]
Read the rest of this entry »

The 10 best jQuery video plugins

jQuery is one of the simplest HTMLs to handle JavaScript. It allows users to compress long codes into one simple line. Its wide variety of plugins can also make adding video to websites easier as well. Video plugins help users to complete tasks quickly with ease. Here are the 10 best video jQuery plugins, which […]
Read the rest of this entry »

Create a Responsive Navigation Menu Using jQuery

With more and more people accessing the web from mobile devices and tablets every day, it’s becoming increasingly important for websites to be responsive, and one of the most important aspects of a mobile friendly website is a responsive navigation. Creating a mobile-friendly navigation menu without the use of a plugin might seem like a […]
Read the rest of this entry »