minggeJS
minggeJS copied to clipboard
MingGeJs1.9.6.3 hover方法不传递outCallback将导致自动触发元素所绑定的mouseleave事件, 继续打脸
重现代码:
<div id="test">hello</div>
<script src="MingGe_Min_1.9.6.3.js"></script>
<script>
$('#test').mouseleave(function(){
alert('hello');
});
$('#test').hover(function(){
alert('in....');
});
</script>
确实有这个问题,还没找到原因,困,睡了
明天上班比较多事做,下一个版本的更新,只能等周未