mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Accordion: When simulating events, make sure we use DOM elements, not jQuery objects.
This commit is contained in:
parent
9a1d8891b7
commit
fc5291291b
2
ui/jquery.ui.accordion.js
vendored
2
ui/jquery.ui.accordion.js
vendored
@ -275,7 +275,7 @@ $.widget( "ui.accordion", {
|
||||
}
|
||||
|
||||
// trying to collapse, simulate a click on the currently active header
|
||||
active = active || this.active;
|
||||
active = active || this.active[ 0 ];
|
||||
|
||||
this._eventHandler({
|
||||
target: active,
|
||||
|
Loading…
Reference in New Issue
Block a user