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

Merge pull request #2794 from ijpiantanida/gh-pages-example-doc-fix

Fix Loading Remote Data example explanation.
This commit is contained in:
Kevin Brown 2014-11-06 09:47:20 -05:00
commit 65c4f8d99b

View File

@ -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>