All jQuery Plugins

Face detection using jQuery

Now days face detection is a common feature in most digital cameras. The white square that you see around someones face when camera is focused on the person. In this post, you will see how can you detect faces in an image using jQuery. Face detection is a jQuery plugin that returns the coordinates of […]
Read the rest of this entry »

jQuery code to allow numbers, alphabets or specific characters

There is a general requirement in many projects where for certain fields or input only numeric, alphabets, specific character or set of characters must be allowed. For example, When you are requesting input for Phone number or Zip code from the end-user, then you don't want to allow user to enter any alphabets. There are […]
Read the rest of this entry »

jQuery addressPicker Plugin explained

Today, I am going to explain you a jQuery plugin called "addressPicker". The beauty of this plugin is that it has auto-complete feature which comes from google map geocoder suggestion. It is like you are searching something on Google map and the desired address comes in the auto-complete. See below Image. Exciting..Isn't it? So how […]
Read the rest of this entry »

Zoom an image on hover using Zoom jQuery plugin

Well one of the popular post of my blog is "How to Zoom image on mouseover using jQuery", which shows how to zoom an image using jQuery. But today, I found a image zoom jQuery plugin which does the same thing but in a different way. You can download this plugin from here. Things to […]
Read the rest of this entry »

jQuery plugin for Uppercase, lowercase, title case and pascal case

In one of my post, I had posted "how to convert text to UpperCase using jQuery". But today, I have created my first jQuery plugin called "Setcase". The beauty of this plugin is that this plugin can be used to convert text to uppercase, lowercase, title case and pascal case. Features It makes use of […]
Read the rest of this entry »

Auto save the form using jQuery and HTML 5

Just imagine that you're filling a long form on any site And when you're almost done with that browser is crashed, or you closed browser accidently, or electricity is turned off, or something else break your efforts. How would you feel? Horrible? You would be getting angry as all your inputs are gone. You would […]
Read the rest of this entry »

Responsive Menu
Add more content here...