任何想法都会很好地解决这个问题。本质上它与子菜单的想法相同。
$(".button").on({
mouseenter: function (e) {
//display my other div as a block element and fade it in
},
mouseleave: function () {
//if my mouse leaves that block element then fade it out.
}
});
任何想法都会很好地解决这个问题。本质上它与子菜单的想法相同。
$(".button").on({
mouseenter: function (e) {
//display my other div as a block element and fade it in
},
mouseleave: function () {
//if my mouse leaves that block element then fade it out.
}
});