+
+ Select2 Disabled Mode
++
+
+ Example Code
+++
diff --git a/select2-latest.html b/select2-latest.html index ffb9ffea..084244d6 100755 --- a/select2-latest.html +++ b/select2-latest.html @@ -194,6 +194,7 @@ $("#e10_3").select2({
+
++
Closes the dropdown
Disables Select2. During this mode the user is not allowed to manipulate the selection.
+Enables Select2.
+ +Retrieves the main container element that wraps all of DOM added by Select2
Example: console.log($("#tags").select2("container"));