1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Fix Loading Remote Data example explanation.

The example searches for Github repositories instead of movies in Rotten Tomatoes
This commit is contained in:
Ignacio Piantanida 2014-11-06 11:36:45 -03:00
parent 14a7164e95
commit b4618598dd

View File

@ -555,7 +555,7 @@ $("#e19").select2({ maximumSelectionSize: 3 });
<article class="row" id="ajax"> <article class="row" id="ajax">
<div class="span12"> <div class="span12">
<h3>Loading Remote Data</h3> <h3>Loading Remote Data</h3>
<p>Select2 comes with AJAX/JSONP support built in. In this example we will search for a movie using Rotten Tomatoes API:</p> <p>Select2 comes with AJAX/JSONP support built in. In this example we will search for repositories using Github's API:</p>
<p> <p>
<input type="hidden" class="bigdrop" id="e6" style="width:600px" value="3620194" /> <input type="hidden" class="bigdrop" id="e6" style="width:600px" value="3620194" />
</p> </p>