Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
fork from : https://github.com/select2/select2.git
|
10 anos atrás | |
---|---|---|
dist | 10 anos atrás | |
docs | 10 anos atrás | |
src | 10 anos atrás | |
tests | 10 anos atrás | |
vendor | 10 anos atrás | |
.editorconfig | 10 anos atrás | |
.gitignore | 10 anos atrás | |
.jshintignore | 10 anos atrás | |
.jshintrc | 10 anos atrás | |
.travis.yml | 10 anos atrás | |
CONTRIBUTING.md | 10 anos atrás | |
Gruntfile.js | 10 anos atrás | |
LICENSE.md | 10 anos atrás | |
README.md | 10 anos atrás | |
bower.json | 10 anos atrás | |
component.json | 10 anos atrás | |
composer.json | 10 anos atrás | |
package.json | 10 anos atrás | |
select2.jquery.json | 10 anos atrás |
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 http://select2.github.io/select2
You can source Select2 directly from a CDN like JSDliver or CDNJS, download it from this GitHub repo, or use one of the integrations below.
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.
The documentation for Select2 is available through GitHub Pages and is located within this repository in the docs folder.
Have a bug? Please create an issue here on GitHub!
https://github.com/select2/select2/issues
Have a question? Ask on our mailing list!
https://groups.google.com/d/forum/select2
Need help implementing Select2 in your project? Ask in our IRC channel!
Network: Freenode (chat.freenode.net
)
Channel: #select2
Web access: https://webchat.freenode.net/?channels=select2
The license is available within the repository in the LICENSE file.