Jquery Input Value Plugin
Our Time(NZ):19/Nov/2008 10:48:25Jquery Input Value Plugin
This plugin will protect users entering unwanted inputs. any such inputs will be removed immediately within a form, click here to download it
| jQuery input Value Plugin | ||
|---|---|---|
| $('#jusername').inputLetter(); | ||
| $('#jemail').inputEmail(); | ||
| $('#jprice').inputFloat(); | ||
| $('#jage').inputInteger(); | ||
|
$('#jfullname').inputValue( {allow:'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ '} ); |
||