Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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();
```