Different ways of handling errors in jQuery.ajax

While using jQuery ajax, one needs to be very careful while handling errors as there are chances that your ajax request gets failed for any reason like server didn't respond, database error or any server side exception. So it is best practice to always handle errors while using jQuery.ajax(). To handle errors, there are 3 […]
Read the rest of this entry »

Don’t Use jquery-latest.js

Previously I had posted about "How to always reference latest version of jQuery" as to always use latest version of jQuery without even updating your referencing code through jQuery CDN. But jQuery team now says "Don’t Use jquery-latest.js" as their CDN had an issue that made the jquery-latest.js and jquery-latest.min.js files unavailable for a few […]
Read the rest of this entry »

Latest jQuery Plugins released in June 2014

Today we bring a list of latest jQuery plugins released in June 2014. These plugins are fresh, interesting, simple and lightweight. You may find them useful for your next project!!! jQuery Eraser jQuery Eraser is a jQuery plugin that makes an image erasable (with mouse or touch movements) This plugin replaces the targeted image by […]
Read the rest of this entry »

How to validate all countries phone numbers using jQuery

Earlier I had posted about "Validate phone numbers using jQuery" but that code just validates for valid input, it doesn't check for format of phone number. But recently a jQuery plugin named "International Telephone Input"is released which validates all the international phone numbers along with country code. International Telephone Input jQuery plugin for entering international […]
Read the rest of this entry »

Detect IE11 using JavaScript/jQuery

In this post, find JavaScript/jQuery code to detect IE 11. Your old code detect IE browser either using navigator.userAgent or $.browser.msie will not work for IE 11 as the User Agent string for IE 11 is changed. Previously I had posted about Detect Browsers using jQuery, but with the release of jQuery 1.9 $.browser feature […]
Read the rest of this entry »

6+ Lightweight jQuery Slider Plugins

Collection of 6+ Lightweight jQuery Slider Plugins. jQuery slider plugins are indeed useful but they also add extra overhead on bandwidth (Common jQuery Mistakes) as reference to their library is required. That's why one has to be careful while choosing the plugin. There are tons of jQuery slider plugins available on web to choose from. […]
Read the rest of this entry »

Responsive Menu
Add more content here...