File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Basic usage ([view editable code](http://jsfiddle.net/ractoon/p7x72La3/)):
38
38
$ (' input' ).textcounter ();
39
39
```
40
40
41
- Define maximum words and allow further input ([ view editable code] ( http ://jsfiddle.net/ractoon/n4ufjo3b/) ):
41
+ Define maximum words and allow further input ([ view editable code] ( https ://jsfiddle.net/ractoon/n4ufjo3b/) ):
42
42
43
43
``` javascript
44
44
$ (' input' ).textcounter ({
@@ -48,7 +48,7 @@ $('input').textcounter({
48
48
});
49
49
```
50
50
51
- Define minimum characters and set custom ` countDownText ` ([ view editable code] ( http ://jsfiddle.net/ractoon/jx8awxbb/) ):
51
+ Define minimum characters and set custom ` countDownText ` ([ view editable code] ( https ://jsfiddle.net/ractoon/jx8awxbb/) ):
52
52
53
53
``` javascript
54
54
$ (' input' ).textcounter ({
@@ -59,7 +59,7 @@ $('input').textcounter({
59
59
60
60
## Example
61
61
62
- [ View editable example] ( http://jsfiddle.net/ractoon/1xkuyp46/1/ )
62
+ [ View editable example] ( http://jsfiddle.net/ractoon/1xkuyp46/ )
63
63
64
64
## Elements
65
65
You can’t perform that action at this time.
0 commit comments