我的问题是。我在页面的正确尺寸上有一个篮子。 这是代码:
$('#basket_container').mouseenter(function(){
// code opening
});
$('#basket_container').mouseleave(function(){
// code closing
});
在右滚动条显示之前一直运行良好,只要鼠标越过滚动条,就会发生mouseleave事件。那么我如何防止滚动条上的mouseleave事件。 (对不起我的英文)