1
0
Fork 0
mirror of synced 2025-04-04 21:53:32 +03:00
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
Find a file
Kevin Brown 6661e3d744 Switch remote example to GitHub Search API
The previous Rotten Tomatoes API had a hard usage limit per day
that was tied to the API key.  It was very common for the usage
limit to be hit by the end of the day, which caused a bad
experience for those interested in trying out Select2 with a remote
API.

The GitHub Search API was chosen as the replacement because it
allows for anonymous usage, so we do not need to tie anything to
tokens, and it is rate-limited to the minute instead of the day.
These two things combined together allows users to use the example
without having to worry as much about it stopping for the rest of
the day.

The formatters and examples were swapped out to use the API, and
a custom formatter was created to replace the old one.
2014-08-01 12:47:33 -04:00
_includes hardcoded context path 2012-05-28 14:59:57 -07:00
_layouts Switch remote example to GitHub Search API 2014-08-01 12:47:33 -04:00
bootstrap catch up to master: 2013-03-25 09:12:08 -07:00
images/flags fixing incorrect case of images, 2 of 2 2012-03-28 14:39:14 -07:00
js catch up to master 2012-09-19 19:34:07 -07:00
prettify initial site 2012-03-04 11:18:37 -08:00
select2-1.0 moving resources into a versioned dir 2012-03-25 21:09:25 -07:00
select2-2.0 add release js 2012-05-24 13:52:53 -07:00
select2-2.1 catch up to master 2012-06-12 20:19:51 -07:00
select2-3.0 release 3.0 2012-07-31 21:36:34 -07:00
select2-3.1 3.1 release 2012-08-14 09:29:16 -07:00
select2-3.2 release 3.2 2012-09-10 10:45:05 -07:00
select2-3.3.0 catch up to master 2013-02-05 18:41:52 -08:00
select2-3.3.1 catch up to 3.3.1 2013-02-20 10:06:11 -08:00
select2-3.3.2 update website to 3.3.2 2013-03-25 12:18:38 -07:00
select2-3.4.0 index page should use 3.4.0 not master 2013-06-03 10:45:39 -07:00
select2-3.4.1 3.4.1 release 2013-06-27 21:35:00 -07:00
select2-3.4.2 update pages to 3.4.2 release 2013-08-12 15:17:11 -07:00
select2-3.4.3 3.4.3 release 2013-09-17 06:57:01 -07:00
select2-3.4.4 3.4.4 release 2013-10-24 15:16:30 -07:00
select2-3.4.5 release 3.4.5 2013-11-04 09:25:51 -08:00
select2-3.4.6 release 3.4.6 2014-03-22 22:37:54 -04:00
select2-3.4.7 release 3.4.7 2014-04-30 19:36:30 -04:00
select2-3.4.8 release 3.4.8 2014-05-01 09:51:49 -04:00
select2-3.5.0 release 3.5.0 2014-06-16 19:33:56 -04:00
select2-3.5.1 release 3.5.1 2014-07-22 19:02:10 -04:00
select2-master@362751acd4 Catch up to master 2014-07-22 19:01:25 -04:00
.gitignore catch up to master 2013-07-26 23:59:26 -07:00
.gitmodules Use the web location for the submodule 2014-07-22 19:04:14 -04:00
_config.yml hardcoded context path 2012-05-28 14:59:57 -07:00
example-data.json sample data 2012-05-24 14:04:32 -07:00
index.html Fix the header sizes on labels 2014-08-01 11:31:49 -04:00
jekyll.sh catch up to master 2013-07-09 00:17:45 -07:00
release.sh release 3.4.6 2014-03-22 22:37:54 -04:00
select-2.1.html Documentation: Remove extraneous non-matching close tags: </code> and </p> 2014-01-26 13:55:16 -06:00
select2-1.0.html Documentation: Fix typos 2014-01-26 13:43:21 -06:00
select2-latest.html Switch remote example to GitHub Search API 2014-08-01 12:47:33 -04:00
select2-test.html catch up to master 2013-09-11 08:14:17 -07:00