|
Project Information
Links
|
This is jQuery plugin. This is make it easy string validation function. When you make the HTML-form, it might be useful. download document (Japanese) sample 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 |