All Projects → select2 → Select2

select2 / Select2

Licence: mit
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Select2

Cc
一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)
Stars: ✭ 416 (-98.35%)
Mutual labels:  select2, jquery
Image Map Resizer
Responsive HTML Image Maps
Stars: ✭ 661 (-97.38%)
Mutual labels:  jquery
Cash
An absurdly small jQuery alternative for modern browsers.
Stars: ✭ 5,714 (-77.31%)
Mutual labels:  jquery
Form2js
Javascript library for collecting form data
Stars: ✭ 630 (-97.5%)
Mutual labels:  jquery
Jquery.barrager.js
专业的网页弹幕插件
Stars: ✭ 583 (-97.69%)
Mutual labels:  jquery
Leafpub
Simple, beautiful, open source publishing.
Stars: ✭ 645 (-97.44%)
Mutual labels:  jquery
Headless Chrome Crawler
Distributed crawler powered by Headless Chrome
Stars: ✭ 5,129 (-79.63%)
Mutual labels:  jquery
Abp Asp.net Boilerplate Project Cms
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
Stars: ✭ 677 (-97.31%)
Mutual labels:  jquery
Beipyvideoresolution
北漂鱼解析开源视频播放框架,响应式布局!
Stars: ✭ 651 (-97.42%)
Mutual labels:  jquery
Jquery.localscroll
Animated anchor navigation made easy with jQuery
Stars: ✭ 624 (-97.52%)
Mutual labels:  jquery
Pro Sidebar Template
Responsive sidebar template based on bootstrap
Stars: ✭ 623 (-97.53%)
Mutual labels:  jquery
Cxselect
jQuery cxSelect 多级联动下拉菜单
Stars: ✭ 596 (-97.63%)
Mutual labels:  jquery
Isinviewport
An ultra-light jQuery plugin that tells you if an element is in the viewport but with a twist.
Stars: ✭ 646 (-97.43%)
Mutual labels:  jquery
Form
jQuery Form Plugin
Stars: ✭ 5,122 (-79.66%)
Mutual labels:  jquery
Mobirise
Free Website Builder for Bootstrap 4 & AMP
Stars: ✭ 664 (-97.36%)
Mutual labels:  jquery
Gray
Make an image grayscale in all browsers
Stars: ✭ 568 (-97.74%)
Mutual labels:  jquery
Jcanvas
A jQuery plugin that makes the HTML5 canvas easy to work with.
Stars: ✭ 612 (-97.57%)
Mutual labels:  jquery
Jquery Smartwizard
The awesome jQuery step wizard plugin
Stars: ✭ 635 (-97.48%)
Mutual labels:  jquery
Selectpage
A simple style and powerful selector, including ajax remote data, autocomplete, pagination, tags, i18n and keyboard navigation features
Stars: ✭ 679 (-97.3%)
Mutual labels:  jquery
Rowgrid.js
A small, lightweight JavaScript plugin for placing items in straight rows (jQuery and vanilla JS version) – Demo:
Stars: ✭ 670 (-97.34%)
Mutual labels:  jquery

Select2

Build Status Financial Contributors on Open Collective jsdelivr cdnjs

Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and pagination of results.

To get started, checkout examples and documentation at https://select2.org/

Use cases

  • Enhancing native selects with search.
  • Enhancing native selects with a better multi-select interface.
  • Loading data from JavaScript: easily load items via AJAX and have them searchable.
  • Nesting optgroups: native selects only support one level of nesting. Select2 does not have this restriction.
  • Tagging: ability to add new items on the fly.
  • Working with large, remote datasets: ability to partially load a dataset based on the search term.
  • Paging of large datasets: easy support for loading more pages when the results are scrolled to the end.
  • Templating: support for custom rendering of results and selections.

Browser compatibility

  • IE 8+
  • Chrome 8+
  • Firefox 10+
  • Safari 3+
  • Opera 10.6+

Usage

You can source Select2 directly from a CDN like jsDelivr or cdnjs, download it from this GitHub repo, or use one of the integrations below.

Integrations

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

Themes

Missing an integration? Modify this README and make a pull request back here to Select2 on GitHub.

Internationalization (i18n)

Select2 supports multiple languages by simply including the right language JS file (dist/js/i18n/it.js, dist/js/i18n/nl.js, etc.) after dist/js/select2.js.

Missing a language? Just copy src/js/select2/i18n/en.js, translate it, and make a pull request back to Select2 here on GitHub.

Documentation

The documentation for Select2 is available online at the documentation website and is located within the docs directory of this repository.

Community

You can find out about the different ways to get in touch with the Select2 community at the Select2 community page.

Copyright and license

The license is available within the repository in the LICENSE file.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].