Tricky delay on mouseover

前端 未结 5 2420
借酒劲吻你
借酒劲吻你 2021-02-14 14:10

This is what I have currently:

$(\"#cart-summary\").mouseenter(function () {
    $(\'.flycart\').delay(500).slideDown(\'fast\');
});
$(\".flycart\").mouseleave(f         


        
5条回答
  •  半阙折子戏
    2021-02-14 14:52

    Sounds like you might need the HoverIntent plugin.

    I don't know if it'll help you with the mouseout ATLEAST 500ms though. But maybe there's an option in there for that.

提交回复
热议问题