jquery-text-counter
Version:
jQuery plugin to count text/characters in a textarea or input. Allows error notifications on minimum or maximum number of characters/words.
17 lines • 389 B
JSON
{
"name": "jquery-text-counter",
"version": "0.9.0",
"main": "textcounter.js",
"license": "MIT",
"ignore": [
"textcounter.jquery.json",
"package.json"
],
"authors": [
"ractoon (https://github.com/ractoon)"
],
"description": "A jQuery plugin for counting and limiting characters/words on text input, or textarea, elements.",
"dependencies": {
"jquery": ">=1.5.0"
}
}