Not Rated!1 Star2 Stars3 Stars4 Stars5 Stars

Jquery Alphanumerical Validation

I ran into a javascript alphanumeric validation problem, though it was quite easy to validate it by javascript using regular expression but I would have to define rules for each pattern in order to validate them, I found a nice jquery script contributed by Paulo P. Marinas. This script provides many option to validate a string.

61673 jquery alphanumeric validation Jquery Alphanumerical Validation

API Functions
alphanumeric – allow both alphabet and numeric characters
alpha – allow only alphabet characters
numeric – allow only numeric characters

API Properties
allow – add excempted characters to the rule of prevention
ichars – define a custome set of characters to prevent
allcaps – allow only capital letters to be entered
nocaps – allow only lowercase characters to be entered



Demo: http://itgroup.com.ph/alphanumeric/
Download: http://www.ajaxlady.com/downloads/alphanumeric.zip
Source: http://itgroup.com.ph/alphanumeric/

61673 tafbutton blue16 Jquery Alphanumerical Validation

Related Listings:

  1. Valid8 – An input field validation plugin for Jquery Valid8 solves both simple and complex validation scenarios. Everything from…
  2. jQuery inline form validation Engine When it comes to form validation, it’s hard to have…
  3. jVal – jQuery Form Field Validation Plugin jVal is a jQuery form field validation plugin that provides…

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>