mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 10:27:54 -05:00
Accordion: Updated to use new trigger() method.
This commit is contained in:
@@ -111,7 +111,7 @@ function completed(cancel) {
|
||||
overflow: ""
|
||||
});
|
||||
}
|
||||
$(this).triggerHandler("accordionchange", [$.event.fix({type: 'accordionchange', target: instance.element[0]}), options.data], options.change);
|
||||
instance.trigger('change', null, options.data);
|
||||
}
|
||||
|
||||
function toggle(toShow, toHide, data, clickedActive, down) {
|
||||
|
||||
Reference in New Issue
Block a user