Skip to content

Commit cd511e1

Browse files
committed
Version 0.5.0
Flexible counterText/countDownText replacments
1 parent bf32a6a commit cd511e1

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Define minimum characters and set custom `countDownText` ([view editable code](h
5353
```javascript
5454
$('input').textcounter({
5555
min: 20,
56+
countDownText: "%d characters remaining"
5657
});
5758
```
5859

bower.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "jquery-text-counter",
3+
"version": "0.5.0",
34
"main": "textcounter.js",
45
"license": "MIT",
56
"ignore": [

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"minimum",
1212
"maximum"
1313
],
14+
"version": "0.5.0",
1415
"author": {
1516
"name": "ractoon",
1617
"url": "http://www.ractoon.com"

textcounter.jquery.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"minimum",
1010
"maximum"
1111
],
12+
"version": "0.5.0",
1213
"author": {
1314
"name": "ractoon",
1415
"url": "http://www.ractoon.com"

textcounter.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*!
2+
* jQuery Text Counter Plugin v0.5.0
23
* https://github.com/ractoon/jQuery-Text-Counter
34
*
45
* Copyright 2014 ractoon

0 commit comments

Comments
 (0)