- Notifications
You must be signed in to change notification settings - Fork6.3k
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
License
select2/select2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Select2 is a jQuery-based replacement for select boxes. It supports searching,remote data sets, and pagination of results.
To get started, check out examples and documentation athttps://select2.org/
- IE 8+
- Chrome 8+
- Firefox 10+
- Safari 3+
- Opera 10.6+
You can source Select2 directly from a CDN likejsDelivr orcdnjs,download it from this GitHub repo, or use one ofthe integrations below.
Third party developers have created plugins for platforms which allow Select2 to be integrated more natively and quickly. For many platforms, additional plugins are not required because Select2 acts as a standard<select>
box.
Plugins
- Backdrop CMS -backdrop-select2
- Django
- Drupal -drupal-select2
- Meteor -meteor-select2
- Ruby on Rails -select2-rails
- Wicket -wicketstuff-select2
- Yii 2 -yii2-widget-select2
- Angularjs -mdr-angular-select2
Themes
- Bootstrap 3 -select2-bootstrap-theme
- Bootstrap 4 -select2-bootstrap4-theme
- Bootstrap 5 -select2-bootstrap-5-theme
- Flat UI -select2-flat-theme
Missing an integration? Modify thisREADME
and make a pull request back here to Select2 on GitHub.
Select2 supports multiple languages by simply including the right language JSfile (dist/js/i18n/it.js
,dist/js/i18n/nl.js
, etc.) afterdist/js/select2.js
.
Missing a language? Just copysrc/js/select2/i18n/en.js
, translate it, andmake a pull request back to Select2 here on GitHub.
The documentation for Select2 is availableonline at the documentation website and is located within thedocs
directory of this repository.
You can find out about the different ways to get in touch with the Select2community at theSelect2 community page.
The license is available within the repository in theLICENSE file.
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
About
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.