Jun
25th

JQuery Alphanumeric Validation

Posted by Ajax Lady

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.

jquery alphanumeric validation JQuery Alphanumeric Validation

API Functions

  1. alphanumeric – allow both alphabet and numeric characters
  2. alpha – allow only alphabet characters
  3. numeric – allow only numeric characters

API Properties

  1. allow – add excempted characters to the rule of prevention
  2. ichars – define a custome set of characters to prevent
  3. allcaps – allow only capital letters to be entered
  4. nocaps – allow only lowercase characters to be entered
download JQuery Alphanumeric Validation

Visit author site for updates and samples http://itgroup.com.ph/alphanumeric/

Share and Enjoy:
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  •  JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  •  JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  •  JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
  • services sprite JQuery Alphanumeric Validation
1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 4.80 out of 5)
Posted in jQuery, Text Processing

Post a Comment