drduan / minggeJS

857 stars 143 forks source link

MingGeJs1.9.6.3 hover方法不传递outCallback将导致自动触发元素所绑定的mouseleave事件, 继续打脸 #236

Open xqin opened 8 years ago

xqin commented 8 years ago

重现代码:

        <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>
mingge8888 commented 8 years ago

确实有这个问题,还没找到原因,困,睡了

明天上班比较多事做,下一个版本的更新,只能等周未