我不能讓if語句工作,每次if語句都會執行,即使變量是#large1。有什麼建議?同一控制的創建jQuery如果變量不是div id
$("#thumb1").hover(
function(){
$("#large1").show();
if (current!=$("#large1")) {
$(current).hide();
}
},
function(){
current= $("#large1");
}
);
BTW是什麼'current'你如果條件? – Jai
我是唯一一個不理解這個問題的人嗎? –
你想隱藏什麼? –