diff --git a/select2-latest.html b/select2-latest.html index 15fc31bc..642efcd1 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1747,7 +1747,12 @@ $("#select").select2({
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: $("#tags").select2("onSortEnd");
Executes a new search using the provided value.
+ Example: $("#tags").select2("search","California");
+