Skip to content

Just a little piece of code that avoids the user type wrong characters in the input field

Notifications You must be signed in to change notification settings

rodolfoasantos/avoider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A very very tiny jQuery based plugin that avoid the user type wrong characters in the input field

  • Only Letters (Aa-Zz)
$('#input-field').onlyLetters();
  • Only Numbers
$('#input-field').onlyNumbers();

coming soon more features...

About

Just a little piece of code that avoids the user type wrong characters in the input field

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published