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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Basic information
4
4
5
-
Forked from discontinued jQuery Tags Input Plugin created by [XOXCO](http://xoxco.com).
5
+
Forked from a discontinued jQuery Tags Input Plugin created by [XOXCO](http://xoxco.com).
6
6
7
7
See the original project here: https://github.com/xoxco/jQuery-Tags-Input
8
8
@@ -90,7 +90,7 @@ If you want a function to be called every time a tag is updated/deleted, set it
90
90
91
91
By default, if the cursor is immediately after a tag, hitting backspace will delete that tag. If you want to override this, set the `removeWithBackspace` option to false.
92
92
93
-
For validation purposes you an use `unique`, `limit`, `minChars`, `maxChars` and `validationPattern` parameters.
93
+
For validation purposes you can use `unique`, `limit`, `minChars`, `maxChars` and `validationPattern` parameters.
94
94
95
95
You can check `example.html` file to see the plugin usage examples.
0 commit comments