UNPKG

pqselect

Version:

jQuery plugin to select multiple or single options with checkboxes, radio buttons, with support for search, grouping, disabled options and jQueryUI themeRoller ready.

46 lines (24 loc) 1.22 kB
jQuery multiple select plugin ============================================================= [ParamQuery Select](http://paramquery.com/select) a.k.a. pqSelect Copyright (c) 2015-2022 Paramvir Dhindsa [Released under GPL v3 license](http://paramquery.com/license) ParamQuery select is jQuery select plugin which converts ordinary multiple and single select lists created with <select multiple="multiple"> and <select> HTML tags into theme ready jQueryUI widget. It supports virtual rendering to load tens of thousand of records without loss of performance. 1. [API](http://paramquery.com/api/select) 2. [Demos or Examples](http://paramquery.com/select) Dependencies: jquery >= 1.7.0 jqueryui >= 1.9.2 ### Features: ``` 1. Checkboxes with options in multiple select lists. 2. Radio buttons with options in single select lists. 3. Search box. 4. Support for grouping via optgroup tag. 5. Support for disabled options via disabled attribute. 6. Keyboard navigation. 7. Collision/Edge detection. 8. Bootstrap support. (v1.3.0) 9. Theme roller ready. 10. AMD support. (v1.3.0) 11. Supports major browsers e.g., Edge, Chrome, Firefox, Safari, Opera.