You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. After import jquery ensure max length just call the plugin api:
30
+
2. After import jQuery Ensure Max Length just call the plugin api:
31
31
```
32
32
<script type="text/javascript">
33
33
(function ( $ ) {
@@ -48,7 +48,7 @@ This plugin even works with textareas. The folowing sample illustrates how to ch
48
48
</script>
49
49
```
50
50
### Adding css classes
51
-
jQuery Ensure Max Length allow you to add css class to customize counter. The classes must be inserted as string separate by a space.
51
+
jQuery Ensure Max Length allow you to add css classes to customize counter element. The classes must be inserted as string separate by a space.
52
52
```
53
53
/**
54
54
* Add css classes
@@ -62,7 +62,7 @@ jQuery Ensure Max Length allow you to add css class to customize counter. The cl
62
62
</script>
63
63
```
64
64
### Changing separator
65
-
You can also changing the separator / to wherever symbol or word you want. In this sample a are changing the "/" to " of ".
65
+
You can also change the separator `/` to wherever symbol or word you want. In this sample a are changing the `/` to ` of `.
66
66
```
67
67
/**
68
68
* Changing separator
@@ -77,7 +77,7 @@ You can also changing the separator / to wherever symbol or word you want. In th
77
77
```
78
78
79
79
### Specifying where to append the counter element
80
-
The use of 'placement' is optional and if you want to use it, you must pass a valid jquery selector to explicit tell to plugin where to append the counter element. [See sample5](https://vsilva472.github.io/jquery-ensure-max-length/#placement)
80
+
The use of 'placement' is optional and if you want to use it, you must pass a valid jQuery selector to explicit tell to plugin where to append the counter element. [See sample5](https://vsilva472.github.io/jquery-ensure-max-length/#placement)
81
81
82
82
```
83
83
<script type="text/javascript">
@@ -95,4 +95,4 @@ You can also changing the separator / to wherever symbol or word you want. In th
0 commit comments