Merge pull request #2794 from ijpiantanida/gh-pages-example-doc-fix
Fix Loading Remote Data example explanation.
This commit is contained in:
commit
65c4f8d99b
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user