jQuery 中增加了自己的事件类型:mouseenter 和mouseleave // 没有事件冒泡$box.mouseenter(function () { // 鼠标进入元素,触发事件 console.log("box-mouse-in") }) ...
確定! 回上一頁