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 Version 1.0

Downloaded a total of 250 times

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

Share and Enjoy:
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Furl
  • Facebook
  • Google
  • YahooMyWeb
  • Live
  • TwitThis
  • BlinkList
  • E-mail this story to a friend!
  • Mixx
  • description
  • LinkedIn
  • Reddit
  • SphereIt
  • Sphinn
1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 4.8 out of 5)
Posted in Text Processing, jQuery

Post a Comment