11Select2
22=======
33
4- Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
4+ Select2 is a jQuery- based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
55
6- To get started checkout examples and documentation at http://ivaynberg.github.com/select2
6+ To get started, checkout examples and documentation at http://ivaynberg.github.com/select2
77
88Use cases
99---------
1010
11- * Enhancing native selects with search
12- * Enhancing native selects with a better multi-select interface
13- * Loading data from JavaScript: easily load items via ajax and have them searchable
14- * Nesting optgroups: native selects only support one level of nested, Select2 does not have this restriction
15- * Tagging: ability to add new items on the fly
16- * Working with large remote datasets: ability to partially load a dataset based on the search term
17- * Paging of large datasets: easy support for loading more pages when the results are scrolled to the end
18- * Templating: support for custom rendering of results and selections
11+ * Enhancing native selects with search.
12+ * Enhancing native selects with a better multi-select interface.
13+ * Loading data from JavaScript: easily load items via ajax and have them searchable.
14+ * Nesting optgroups: native selects only support one level of nested. Select2 does not have this restriction.
15+ * Tagging: ability to add new items on the fly.
16+ * Working with large, remote datasets: ability to partially load a dataset based on the search term.
17+ * Paging of large datasets: easy support for loading more pages when the results are scrolled to the end.
18+ * Templating: support for custom rendering of results and selections.
1919
2020Browser compatibility
2121---------------------
@@ -40,10 +40,10 @@ Internationalization (i18n)
4040---------------------------
4141
4242Select2 supports multiple languages by simply including the right
43- language JS file (` select2_locale_it.js ` , ` select2_locale_nl.js ` etc.).
43+ language JS file (` select2_locale_it.js ` , ` select2_locale_nl.js ` , etc.).
4444
4545Missing a language? Just copy ` select2_locale_en.js.template ` , translate
46- it and make a pull request back to Select2 here on GitHub.
46+ it, and make a pull request back to Select2 here on GitHub.
4747
4848Bug tracker
4949-----------
0 commit comments