Merge pull request #2794 from ijpiantanida/gh-pages-example-doc-fix
Fix Loading Remote Data example explanation.
This commit is contained in:
commit
65c4f8d99b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue