Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salvatorecordiano/input-text-counter
Yet Another jQuery Input Text Counter Plugin
https://github.com/salvatorecordiano/input-text-counter
jquery jquery-plugin text-counter
Last synced: 24 days ago
JSON representation
Yet Another jQuery Input Text Counter Plugin
- Host: GitHub
- URL: https://github.com/salvatorecordiano/input-text-counter
- Owner: salvatorecordiano
- License: mit
- Created: 2015-07-27T19:54:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T19:56:35.000Z (over 9 years ago)
- Last Synced: 2024-10-03T10:58:33.539Z (about 1 month ago)
- Topics: jquery, jquery-plugin, text-counter
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery.input-text-counter
Yet Another jQuery Input Text Counter Plugin
## Installation
Include jQuery.input-text-counter.js after the jQuery library:
```html
```
## Usage
Basic usage:
```javascript
jQuery("#counter").inputTextCounter();
```