diff --git a/index.html b/index.html index 3bbe720b..af89c029 100644 --- a/index.html +++ b/index.html @@ -1758,7 +1758,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");

- +
+

search

+
+

Executes a new search using the provided value. + Example: $("#tags").select2("search","California"); +

Events