File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Basic usage ([view editable code](http://jsfiddle.net/ractoon/p7x72La3/)):
3838$ (' input' ).textcounter ();
3939```
4040
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/) ):
4242
4343``` javascript
4444$ (' input' ).textcounter ({
@@ -48,7 +48,7 @@ $('input').textcounter({
4848});
4949```
5050
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/) ):
5252
5353``` javascript
5454$ (' input' ).textcounter ({
@@ -59,7 +59,7 @@ $('input').textcounter({
5959
6060## Example
6161
62- [ View editable example] ( http://jsfiddle.net/ractoon/1xkuyp46/1/ )
62+ [ View editable example] ( http://jsfiddle.net/ractoon/1xkuyp46/ )
6363
6464## Elements
6565
You can’t perform that action at this time.
0 commit comments