a5c31c0
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
accordion: call .blur() so ui-state-focus class gets removed from last-focused header. See r1945
@@ -354,7 +354,7 @@ $.widget("ui.accordion", {
}
- toHide.prev().attr('aria-expanded','false').attr("tabIndex", "-1");
+ toHide.prev().attr('aria-expanded','false').attr("tabIndex", "-1").blur();
toShow.prev().attr('aria-expanded','true').attr("tabIndex", "0").focus();
},
a5c31c0