當前的問題是$(".someclass").is(":hover") works well for only single "someclass" instance 擴展以下jQuery的片斷媒體鏈接的作品爲好http://jsfiddle.net/4x661tt6/ $(document).ready(function() {
$("body").mousedown(function(
我有簡單的代碼滑動向上/向下動漫我的菜單: function animateMenuDropdown() {
j('ul.jnav li').hover(function() {
//Let's check if "jsub-menu" Class is here
if(j(this).children('ul:first').hasClass('jsub-menu')) {