Direct vs Delegated Events with jQuery on() method
jQuery added a new method called  on() in release 1.7 which provides all functionality for attaching event handlers. And it has made other event handler event like live() and delegate() dead. This...
View ArticleWhat's new in jQuery 2.0
You asked for it, you got it: jQuery 2.0 has arrived! Oh Yes!! jQuery 2.0 is finally released and this version leaves behind the older Internet Explorer 6, 7, and 8 browsers. jQuery 2.0 is intended for...
View ArticleShow only Month and Year in only one jQuery UI DatePicker in case of Multiple...
In one of my previous post, I had posted about Show only Month and Year in jQuery UI DatePicker, but there was an issue with the code explained in that particular post. The issue was that it was...
View ArticleSplit an image into strips using jQuery
In this post, find out about a jQuery plugin that gives your images a bit of WOW! Yes, this jQuery plugins allows to split the image into any number of strips.PicStrips adds a little style to your...
View ArticleRemove related videos from YouTube videos using jQuery
You must have notice that YouTube shows related videos link at the end of playback. This is sometimes quite annoying when you have embedded a video specific to your website and other related videos...
View ArticlejQuery library file size over the years
The first version of jQuery library was released on August 26, 2006 and after that there was no looking back. In last 6 years, jQuery has come a long way and now we have jQuery 2.0, which was released...
View ArticleHighlight first day of every month in jQuery UI Datepicker
With continuation of jQuery UI Datepicker series articles, here is another post which gives solution to highlight very first day of each month in jQuery UI Datepicker control. First, define a CSS class...
View ArticleChange the Page Mood based on Time of Day using jQuery
The post title "Change the Web Page Mood based on time of Day using jQuery" is quite interesting!!! Isn't it? Yes, you can very easily do it now with jQuery. Based on time, you can change the...
View ArticleFree jQuery Courses and Training material
In this post, we bring you a list of Free jQuery Course and Training Material which are useful from beginner to an expert. Of course, this blog has some useful, handy material but the below list has...
View ArticlejQuery : Execute/Run multiple Ajax request simultaneously
Yesterday for one of my requirement, I needed to execute/run multiple ajax request simultaneously or in parallel. Instead of waiting for first ajax request to complete and then issue the second request...
View ArticleHow to make multiple select dropdown list using jQuery
In this post, find a jQuery plugin called "Multiple Select" which allows to make/create/convert a simple dropdown list to multiple select/multi-select dropdown. "Multiple Select" is a jQuery plugin to...
View ArticleScroll Page Automatically by few pixels after every few seconds using jQuery
It would be nice feature for web pages if the web page scrolls automatically by few pixels after every 2, 3 or 5 seconds so that the users don't have to scroll it. This is quite useful for webpages...
View Article6 Best jQuery Vertical & Horizontal News Ticker Plugins
News ticker are one of the most popular ones of them in web design. It is a useful, tiny and handy feature as it can be used to display news, notification, tweets, recent/ popular posts or articles and...
View ArticleCool jQuery Plugins released in May 2013
Today we bring a list of latest jQuery plugins released in May 2013. These plugins are fresh, interesting, simple and lightweight. You may find them useful for your next project!!!Related Post:50+ Most...
View ArticlejQuery .end() and Chaining
Before you go further, I assume that you know What is chaining in context of jQuery? If not, then first read "What is Chaining in jQuery?". To summarize Chaining in jQuery means to connect multiple...
View Article10 Free jQuery Plugin for Shopping Cart and E-Commerce website
Find below a complied list of 10 free jQuery shopping cart plugin and tutorial that are suitable for e-commerce website. These plugins can be used for showing Product images, for image zoom, 360 degree...
View ArticleGet Client IP address using jQuery
In this post, find jQuery code to get Client's IP address. There are 2 free online services which allows you to get Client IP address. 1. jsonip.com: is a free utility service that returns a client's...
View Article5 Free jQuery Image Map Marker Plugins
Here is a complied list of 5 Free jQuery image map marker plugins which are quite handy if you wish to highlight or make your maps interactive using marker. Not only maps, with these plugins you can...
View ArticlejQuery Plugins For Language Translation
Find list of jQuery plugins which can be integrated in your website for language translation. These are useful if you are building a multilingual website which offers many language to end user. You can...
View ArticleCheck for '#' hash in URL using jQuery
In this short post, find jQuery code to check if URL contains "#" (hash) or not. This can be checked via location.hash property provided by JavaScript and same can be used in...
View Article