Skip to content

Commit 111cf37

Browse files
committed
fixes select2#1386
1 parent e6db3ef commit 111cf37

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Select2
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

88
Use 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

2020
Browser compatibility
2121
---------------------
@@ -40,10 +40,10 @@ Internationalization (i18n)
4040
---------------------------
4141

4242
Select2 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

4545
Missing 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

4848
Bug tracker
4949
-----------

0 commit comments

Comments
 (0)