Skip to content

Instantly share code, notes, and snippets.

@wtarr
Created June 25, 2013 17:21
Show Gist options
  • Save wtarr/5860398 to your computer and use it in GitHub Desktop.
Save wtarr/5860398 to your computer and use it in GitHub Desktop.
JQuery UI accordion mouseover to open and mouseleave to close.
$(function () {
$("#accordion").accordion({
heightStyle: "fill",
collapsible: true,
active: false,
event: "mouseover"
}).on('mouseleave', function () {
$(this).accordion("option", "active", false);
});
});
@mbfall
Copy link

mbfall commented Apr 7, 2022

gdhgvhdvghdgvhdgvd

@mbfall
Copy link

mbfall commented Apr 7, 2022

ghdghghdg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment