aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/jquery.ui.selectmenu.js')
-rw-r--r--ui/jquery.ui.selectmenu.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js
index a10b64e1e..dc66c8566 100644
--- a/ui/jquery.ui.selectmenu.js
+++ b/ui/jquery.ui.selectmenu.js
@@ -20,19 +20,20 @@ $.widget( "ui.selectmenu", {
version: "@VERSION",
defaultElement: "<select>",
options: {
- dropdown: true,
appendTo: "body",
+ dropdown: true,
position: {
my: "left top",
at: "left bottom",
collision: "none"
},
+
// callbacks
- open: null,
- focus: null,
- select: null,
+ change: null,
close: null,
- change: null
+ focus: null,
+ open: null,
+ select: null
},
_create: function() {