diff --git a/index.html b/index.html index 6d27a73d..0fafb1bd 100644 --- a/index.html +++ b/index.html @@ -1710,6 +1710,12 @@ $("#select").select2({
+
+

select2-close

+

Fired after the dropdown is closed.

+
+
+

select2-highlight

Fired when a choice is highlighted in the dropdown.

@@ -1720,7 +1726,7 @@ $("#select").select2({
-
+

select2-selecting

Fired when a choice is being selected in the dropdown, but before any modification has been made to the selection. @@ -1752,7 +1758,7 @@ $("#select").select2({

-
+

select2-removed

Fired when a choice is removed or cleared.

@@ -1763,7 +1769,7 @@ $("#select").select2({
-
+

select2-loaded

Fired when query function is done loading the data and the results list has been updated

@@ -1773,14 +1779,14 @@ $("#select").select2({
-
+

select2-focus

Fired when the control is focused.

-
+

select2-blur

Fired when the control is blurred.