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...
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 ArticleHow to Integrate Facebook Login To Your Web App using jQuery
Adding a Login with Facebook option to your web app is a pain! The process requires multiple requests to the Facebook API, and usually results in a messy callback soup that you get stuck managing. A...
View ArticleHow to easily validate form and inputs using jQuery
Validation is an important and required functionality for any application. Without proper validations of input, you application will die. So here is a jQuery plugin named "Valideasy " which helps you...
View ArticleHow to serialize ASP.NET web form using jQuery
In this post, find how to serialize ASP.NET web form using jQuery. jQuery provides a very useful function jQuery.serialize() which encodes a set of form elements as a string.What is serialize and why...
View Article12 Handy CSS Snippets for Developers
Find a complied list of 12 handy CSS Snippets for developers or designers. These CSS Snippets addresses most common use cases that are must for websites. These snippets includes like centering a div,...
View Article5 Latest jQuery Image Crop Plugins
Previously I have posted about "5 jQuery Image Crop Plugin & Tutorials" but after that many new image crop plugins are released. So in this post, find a complied list of latest jQuery image crop...
View ArticleHow to fallback to PNG if SVG not supported?
SVG or Scalable Vector Graphics image format has suddenly become popular for showing images on your website and its future graphic format. But not all browsers supports SVG format and that's why SVG...
View ArticleRandom newest jQuery plugins
In this quick post, take a look at some of the newest, interesting and unique jQuery plugins released in last couple of months.PgwBrowser PgwModal is a Browser & OS / platform detection plugin for...
View Article