我對jQuery的運行1.10.1這個小jQuery代碼,我想要做的是很基本的懸停李類dash_item懸停事件 控制檯日誌,但是當我點擊的項目,而不是懸停jquery懸停只適用於點擊事件?
它只能CODE:
$(document).ready(function(){
$('.dash_item').on({
mouseenter: function(){
console.log("im here");
},
mouseleave: function(){
console.log("im out");
}
});
});
中的jsfiddle在這裏http://jsfiddle.net/JQAw3/
它適用於懸停我,使用Chrome瀏覽器,你使用的瀏覽器是什麼? –
即時通訊使用鉻aswell,但我只是試圖在Mozilla上,它的工作原理,這很奇怪 – unknown
它適用於我在Firefox上 – ODelibalta