Live Demo
Type anything in any of the following input/textareas:
You have characters left.
Use
var elem = document.querySelectorAll('input'), limit = 100; limitCharacts(elem,limit);
Limits and trim the amount of characters added to any input/textarea tag. 0.8kb (minified)
Type anything in any of the following input/textareas:
You have characters left.
var elem = document.querySelectorAll('input'), limit = 100; limitCharacts(elem,limit);