diff --git a/select2-latest.html b/select2-latest.html index b82af447..276fe656 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1822,6 +1822,12 @@ $("#e1").select2({
+
+

select2-close

+

Fired after the dropdown is closed.

+
+
+

select2-highlight

Fired when a choice is highlighted in the dropdown.

@@ -1832,7 +1838,7 @@ $("#e1").select2({
-
+

select2-selecting

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

-
+

select2-removed

Fired when a choice is removed or cleared.

@@ -1875,7 +1881,7 @@ $("#e1").select2({
-
+

select2-loaded

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

@@ -1885,14 +1891,14 @@ $("#e1").select2({
-
+

select2-focus

Fired when the control is focussed.

-
+

select2-blur

Fired when the control is blurred.