1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Merge pull request #2772 from FnTm/gh-pages

Update documentation to include search parameter
This commit is contained in:
Kevin Brown 2014-10-29 10:10:57 -04:00
commit d7f6d8ef60

View File

@ -1747,7 +1747,12 @@ $("#select").select2({
<p>Notifies Select2 that a drag and drop sorting operation has finished. Select2 will re-display any elements previously hidden and update the selection of the element it is attached to.
Example: <code>$("#tags").select2("onSortEnd");</code>
</p>
<div class="row">
<div class="span12"><h3>search</h3></div>
</div>
<p>Executes a new search using the provided value.
Example: <code>$("#tags").select2("search","California");</code>
</p>
<div class="row">
<div class="span12"><h2>Events</h2></div>