From e1087e3bdc7e7b1ad1ce181b60062236387b617c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis=20Peisenieks?= Date: Wed, 29 Oct 2014 16:08:32 +0200 Subject: [PATCH] Update documentation to include search parameter Forgot to update select2-latest.html to include changes about the search parameter --- select2-latest.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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");

- +
+

search

+
+

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

Events