Fix Loading Remote Data example explanation.
The example searches for Github repositories instead of movies in Rotten Tomatoes
This commit is contained in:
parent
14a7164e95
commit
b4618598dd
@ -555,7 +555,7 @@ $("#e19").select2({ maximumSelectionSize: 3 });
|
||||
<article class="row" id="ajax">
|
||||
<div class="span12">
|
||||
<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>
|
||||
<input type="hidden" class="bigdrop" id="e6" style="width:600px" value="3620194" />
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user