rodolfoasantos / avoider

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%