Jquery Input Value Plugin
Our Time(NZ):30/Jul/2010 07:35:48Jquery 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 '} ); |
||