From b4618598dd0235ba3642aa936180bb9a7ad50399 Mon Sep 17 00:00:00 2001 From: Ignacio Piantanida Date: Thu, 6 Nov 2014 11:36:45 -0300 Subject: [PATCH] Fix Loading Remote Data example explanation. The example searches for Github repositories instead of movies in Rotten Tomatoes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a3996d0a..a108f34c 100644 --- a/index.html +++ b/index.html @@ -555,7 +555,7 @@ $("#e19").select2({ maximumSelectionSize: 3 });

Loading Remote Data

-

Select2 comes with AJAX/JSONP support built in. In this example we will search for a movie using Rotten Tomatoes API:

+

Select2 comes with AJAX/JSONP support built in. In this example we will search for repositories using Github's API: