File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ ResrictedTextField is a jQuery plugin which enforces data formats on HTML text b
1111* Prevent invalid keystrokes or catch a validation failure event to handle it as you wish
1212* Endlessly extendible: define your own types
1313* Features 23 built-in types:
14-
15141 . Alpha strings
16152 . Uppercase alpha strings
17163 . Lowercase alpha strings
@@ -47,7 +46,7 @@ ResrictedTextField is a jQuery plugin which enforces data formats on HTML text b
4746
4847## Events
4948
50- The following events are fired based on the state of the text field:
49+ These events are fired based on the state of the text field
5150
5251| Event name | Description |
5352| ------------------| ----------------------------------------------------------------|
@@ -64,7 +63,7 @@ The following events are fired based on the state of the text field:
6463```
6564``` javascript
6665$ ( " #field" ).restrictedTextField ( {
67- type: " alpha"
66+ type : " alpha"
6867} );
6968```
7069
You can’t perform that action at this time.
0 commit comments