Fast move in and out, the move out event is not triggered

move in and out quickly, and the move event is not triggered. The mask layer in a ul list written by jq shows the hiding function. When moving in and out quickly in li, the event is not triggered.
$(".music _ title") .Mouseenter (function () {
$(this) .siblings (" .music _ info_zhezhao"). Show ();

)

return false
})
$(".music _ info_zhezhao") .Mouseleave (function () {

$(this). Hide ();

return false

})

Mar.05,2021
Menu