These demo various features of Tag-it. View the source to see how each works.
@@ -259,15 +259,14 @@diff --git a/README.markdown b/README.markdown
index c2a16ba5..5d044857 100644
--- a/README.markdown
+++ b/README.markdown
@@ -14,8 +14,9 @@ Check the [examples.html](http://aehlke.github.com/tag-it/examples.html) for sev
First, load [jQuery](http://jquery.com/) (v1.4 or greater), [jQuery UI](http://jqueryui.com/) (v1.8 or greater), and the plugin:
-
-
+
+
+
If you're using a custom jQuery UI build, it must contain the Core, Widget, Position, and Autocomplete components. The Effects Core with "Blind" and "Highlight" Effect components are optional, but used if available.
@@ -293,4 +294,3 @@ The `` field which is used for entering new tags. It's a jQuery object, s
## License
tag-it is released under the [MIT license](http://github.com/aehlke/tag-it/raw/master/LICENSE).
-
diff --git a/examples.html b/examples.html
index 90113216..189cc437 100644
--- a/examples.html
+++ b/examples.html
@@ -27,8 +27,8 @@
-
-
+
+
@@ -52,7 +52,7 @@
singleFieldNode: $('#mySingleField')
});
- // singleFieldTags2 is an INPUT element, rather than a UL as in the other
+ // singleFieldTags2 is an INPUT element, rather than a UL as in the other
// examples, so it automatically defaults to singleField.
$('#singleFieldTags2').tagit({
availableTags: sampleTags
@@ -132,7 +132,7 @@
availableTags: sampleTags,
removeConfirmation: true
});
-
+
});
@@ -141,15 +141,15 @@
-
These demo various features of Tag-it. View the source to see how each works.
@@ -259,15 +259,14 @@