$('.myclassname').mouseover(function(){
if($(this).children('span').css('font-weight')=='normal')
{..do something... }
}
爲什麼「做某事」適用於Chrome,但不適用於Firefox 16和Internet Explorer 9? 如果我刪除它的工作條件,但我需要它,所以我不能刪除。 這裏的CSSJquery/Javascript和Css條件不適用於Firefox和IE。它適用於Chrome
div.myclassname span {...; font-weight:normal ; ...}
你可以發佈你正在使用的HTML標記的例子嗎? –
你真的在'{}'之前有空行嗎? –