菜单优化
parent
d836aeef49
commit
09c50b1899
|
|
@ -142,7 +142,8 @@ $(function()
|
||||||
$(document).on('mouseenter', '.menu-mini-container-popup', function()
|
$(document).on('mouseenter', '.menu-mini-container-popup', function()
|
||||||
{
|
{
|
||||||
$(this).attr('data-is-leave', 1);
|
$(this).attr('data-is-leave', 1);
|
||||||
}).mouseleave(function()
|
}).
|
||||||
|
$(document).on('mouseleave', '.menu-mini-container-popup', function()
|
||||||
{
|
{
|
||||||
$(this).attr('data-is-leave', 0);
|
$(this).attr('data-is-leave', 0);
|
||||||
$(this).hide();
|
$(this).hide();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue