10+ Free/Paid Tools for Cross-Browser Testing
For a developer code not working is a daily battle, same way cross browser testing is a challenge for a software tester. Since there is no standard method followed by the browsers for rendering...
View ArticleCreate Android style pattern lock using jQuery
Pattern Lock is a light weight plugin to simulate android like pattern lock mechanism for your hybrid app or for a website. It's easy to configure and style so you can have different type of pattern...
View ArticlejQuery on() - Click event not working for dynamically added element
My colleague got stuck into a problem where he was using jQuery on() method to attach the click event handlers but click event was not working for dynamically added elements. Although he knew that...
View Article15+ Useful jQuery Validation Plugins
Collection of 15+ Useful jQuery Form Validation Plugins. Form validation is required for better user experience and for security purpose. But implementation of validation can give you serious headache....
View ArticleTop 10+ Newest jQuery Popup window plugins
Popup Windows are great way to show news, alert, errors, notice, information, modal windows, dialog or take inputs. Earlier I had posted about Top 10+ jQuery Popup window plugins and that list was just...
View Article6+ 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...
View ArticleDetect 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...
View ArticleHow 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...
View ArticleFancyText - Textbox Effects Plugin
FancyText is a text box plugin that automatically converts standard HTML input element to an animation composite control, with lots of transitions too choose from. It is a combination of jQuery and...
View ArticleMake Your Credit Card Input Form Better
Card will take any credit card form and make it the best part of the checkout process. Everything is created with pure CSS, HTML, and Javascript and no images required.You may also like:Validate Credit...
View ArticleLatest 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...
View ArticleDon’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...
View ArticleDifferent 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...
View Article5+ jQuery plugins to create Youtube like loading bar
YouTube red color progress bar which appears on top of a YouTube page while loading has drawn many attentions. And same loading animation can be seen on many websites these days. Wondering how to...
View Article10 jQuery plugins for creating floating elements
Having floating element in your website is a new interesting thing. So here is a complied list of jQuery floating plugins to create floating elements like image, sharing buttons, header, footers, text...
View Article10 jQuery plugins for textarea element
Find a complied list of 10 jQuery plugins for textarea input element. These plugins allows you to set characters count limit, make them easily grow/expandable as and when user types.You may also...
View Article10 Free jQuery Social Sharing Plugins
Social medium has become necessity for any website to grow and connect with readers. So here is collection of free jQuery social sharing plugins which allows you to easily create share button, follow...
View ArticleHow to Limit Number of Characters in Textarea using jQuery
Find jQuery code to limit characters inside textarea control. Below code also handles copy + paste and on drop event.$(function () { var nMaxLength = 150; $("#txtDesc").keydown(function (event) {...
View ArticleHow to copy text from one input textbox to multiple textboxes using jQuery
In this post, find jQuery code to copy text from one input textbox to multiple textboxes while typing or in real time or on paste. To achieve this, give a same class name to all the textboxes in which...
View Article5 Chrome Extensions for jQuery
Find a complied list of 5 Chrome extension in relation with jQuery. These extension helps in speedy development, testing and debugging your jQuery code right in your browser.You may also like:Add...
View Article