1
0
mirror of synced 2024-11-22 21:16:10 +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 e018a6f69e Changed tests to not use deepEqual
We should only be checking the option values that matter, such as
`id` and `text`, instead of checking all of the option values. This
will prevent unexpected breaking when new properties are added to
the options.

Existing properties should be covered by tests to avoid regressions.
2014-10-21 21:44:00 -04:00
dist Changed tests to not use deepEqual 2014-10-21 21:44:00 -04:00
docs Working on accessibility 2014-10-21 21:44:00 -04:00
src Fixed keyboard scrolling 2014-10-21 21:44:00 -04:00
tests Changed tests to not use deepEqual 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 Fixed problems with non-string ids 2014-10-21 21:43:59 -04:00
package.json Added very basic jshint config 2014-10-21 21:43:57 -04:00
select2_locale_ug-CN.js Changed Uyghur translation 2014-07-11 19:02:57 +08:00