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
})