From d56b2b9b969d184c83fae8806b2c494e7faee09d Mon Sep 17 00:00:00 2001 From: Mike S Date: Thu, 30 May 2013 13:10:11 -0700 Subject: [PATCH] Added doc entry for search method. --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index ba2a3dd1..a6854016 100644 --- a/index.html +++ b/index.html @@ -1563,6 +1563,11 @@ $("#select").select2({

close

Closes the dropdown

+
+

search

+
+

Opens the dropdown, sets the value of the input, and updates the results list. + Example: $("#tags").select2("search", "foo");

enable(boolean)