My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

This is jQuery plugin. This is make it easy string validation function. When you make the HTML-form, it might be useful.

download

http://code.google.com/p/jquery-easy-str-validate/downloads/list

document (Japanese)

jquery-easy-str-validate document

sample

http://jquery-easy-str-validate.googlecode.com/svn/trunk/sample/index.html

syntax example

<form>
<input type="text" id="text" />
<p id="valid_message"></p>
<input type="submit" />
</form>

<script>
$(function(){
   $('#text').easyStrValidate({
                   maxLength : 20,
                   messageID : 'valid_message'
    });
});
</script>

Copyright

Copyright (C) 2010 ALiNK,INC All Rights Reserved.

Powered by Google Project Hosting