1
0
mirror of synced 2024-11-25 06:16:08 +03:00
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
Go to file
Kevin Brown afbf30d09a Wrap JS
This will prevent leaking variables, and will remove the possibility
of Select2 not working well with other plugins which support
AMD loaders. The `define` and `require` methods are now aliased
under `$.Select2.amd` for use inside additional files, such as
translations.
2014-10-31 20:15:17 -04:00
dist Wrap JS 2014-10-31 20:15:17 -04:00
docs Working on the contributor pages 2014-10-21 21:44:01 -04:00
src Wrap JS 2014-10-31 20:15:17 -04:00
tests Better compatibility with array data 2014-10-21 21:44:00 -04:00
vendor Work on the AMD scaffolding 2014-10-21 21:43:56 -04:00
.editorconfig Working on rendering everything 2014-10-21 21:43:56 -04:00
.gitignore Work on the AMD scaffolding 2014-10-21 21:43:56 -04:00
.jshintignore Added very basic jshint config 2014-10-21 21:43:57 -04:00
.jshintrc Improved the jshint config a bit more 2014-10-21 21:43:58 -04:00
.travis.yml Add travis 2014-10-21 21:43:57 -04:00
CONTRIBUTING.md Fixed a few links 2014-08-12 20:52:10 -04:00
Gruntfile.js Wrap JS 2014-10-31 20:15:17 -04:00
package.json Added very basic jshint config 2014-10-21 21:43:57 -04:00