Jquery Input Value Plugin
Our Time(NZ):04/Feb/2012 19:05:56Jquery 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 '} ); |
||