minggeJS icon indicating copy to clipboard operation
minggeJS copied to clipboard

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

Open xqin opened this issue 9 years ago • 1 comments

重现代码:

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

xqin avatar Apr 10 '16 08:04 xqin

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

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

mingge8888 avatar Apr 10 '16 17:04 mingge8888