JQUery validation plugin for checking data availability

Posted by kwokwai on Stack Overflow See other posts from Stack Overflow or by kwokwai
Published on 2010-06-05T12:52:47Z Indexed on 2010/06/05 13:02 UTC
Read the original article Hit count: 151

Filed under:

Hi all,

I am learning how to use JQuery validation plugin, I got a simple input text field like this:

<input type="text" name="username">

But I don't know how to use this plugin to do some data availability tasks.

Could you help me please?

© Stack Overflow or respective owner

Related posts about jQuery