如何在mouseout事件中关闭所有手风琴内容?这是我的 Jquery 代码:
$(function() {
$( "#accordion" ).accordion({
header: "h3",
active: false,
collapsible: true,
heightStyle: "content"
});
});
我在哪里可以放置 onmouseout 功能来关闭我的所有内容?