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
Selectize is an extensible [jQuery](http://jquery.com/)-based custom <select> UI control. It's useful for tagging, contact lists, country selectors, and so on. It clocks in at around ~7kb (gzipped). The goal is to provide a solid & usable experience with a clean and powerful API.
@@ -17,17 +18,26 @@ Selectize is an extensible [jQuery](http://jquery.com/)-based custom <select&
17
18
-[Plugin Documentation](docs/plugins.md)
18
19
-[Browser Test Matrix](https://saucelabs.com/u/selectize)
19
20
20
-
### Features
21
-
22
-
-**Smart Option Searching / Ranking**<br>Options are efficiently scored and sorted on-the-fly (using [sifter](https://github.com/brianreavis/sifter.js)). Want to search an item's title *and* description? No problem.
23
-
-**Caret between items**<br>Order matters sometimes. Use the <kbd>←</kbd> and <kbd>→</kbd> arrow keys to move between selected items.</li>
24
-
-**Select & delete multiple items at once**<br>Hold down <kbd>option</kbd> on Mac or <kbd>ctrl</kbd> on Windows to select more than one item to delete.
25
-
-**Díåcritîçs supported**<br>Great for international environments.
26
-
-**Item creation**<br>Allow users to create items on the fly (async saving is supported; the control locks until the callback is fired).
27
-
-**Remote data loading**<br>For when you have thousands of options and want them provided by the server as the user types.
28
-
-**Clean API & code**<br>Interface with it and make modifications easily. Pull requests welcome!
29
-
-**Extensible**<br> [Plugin API](docs/plugins.md) for developing custom features (uses [microplugin](https://github.com/brianreavis/microplugin.js)).
30
-
-**Touch Support**<br> Plays nice with iOS 5+ devices.
21
+
## Features
22
+
23
+
-**Smart Option Searching / Ranking**
24
+
Options are efficiently scored and sorted on-the-fly (using [sifter](https://github.com/brianreavis/sifter.js)). Want to search an item's title *and* description? No problem.
25
+
-**Caret between items**
26
+
Order matters sometimes. Use the <kbd>←</kbd> and <kbd>→</kbd> arrow keys to move between selected items.</li>
27
+
-**Select & delete multiple items at once**
28
+
Hold down <kbd>option</kbd> on Mac or <kbd>ctrl</kbd> on Windows to select more than one item to delete.
29
+
-**Díåcritîçs supported**
30
+
Great for international environments.
31
+
-**Item creation**
32
+
Allow users to create items on the fly (async saving is supported; the control locks until the callback is fired).
33
+
-**Remote data loading**
34
+
For when you have thousands of options and want them provided by the server as the user types.
35
+
-**Clean API & code**
36
+
Interface with it and make modifications easily. Pull requests welcome!
37
+
-**Extensible**
38
+
[Plugin API](docs/plugins.md) for developing custom features (uses [microplugin](https://github.com/brianreavis/microplugin.js)).
0 commit comments