All jQuery Validation

How 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 to validate your forms and input control without worrying about writing long lines of code. Valideasy is a jQuery plugin that you can use […]
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 »

15+ 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. To save you from serious head bashing, here is a list of 15+ jQuery Form Validation Plugins, that will make form validation easy. You may also […]
Read the rest of this entry »

Restrict Date Range in jQuery UI DatePicker for two dates

In this post, you will learn how to implement validation to "Restrict Date Range in jQuery UI DatePicker" or "End Date should be greater than Start Date by few days using jQuery Date Picker". When I say few days, which means end date must be at least StartDate + 4 or StartDate + 2.. The […]
Read the rest of this entry »

jQuery Validation With ASP.NET Web Forms

Find out jQuery code to perform validation for ASP.NET Web forms. The code includes validations for email address, phone number, date, date format, ASP.NET Drop Down, ASP.NET Textbox, ASP.NET Textbox with only number and many more validation techniques. Validate if all textboxes are empty Allow only numbers in textbox Validate Phone numbers using jQuery Validate […]
Read the rest of this entry »

All kind of Client Side Validation using jQuery

Validation is most important and required feature on any web page. And Client side validation plays an important part. So find jQuery code to validate email address, phone number, date, date format, textbox with only number and many more validation techniques. Validate Email address using jQuery Validate Date format using jQuery Validate Date using jQuery […]
Read the rest of this entry »

Responsive Menu
Add more content here...