我的jQuery:無法使用切換jQuery中
$('#imgCancel').toggle(function() {
$.each($("#List li"), function (index, item) {
$('#menuList li').removeClass("Selected");
});
$('#txtName').html('');
$('#imgAdd').show();
$('#imgUpdate').hide();
});
}, function() { //Eroor ---- Expect identifier or string
$('#List li:First').addClass("Selected");
$('#imgAdd').hide();
$('#imgUpdate').show();
});
}
});
但它不是處理toggle.I一種合適的方式得到error.How來執行切換PLZ suggest.Thanks此任務。
你得到了什麼錯誤 – Rafay 2012-01-02 11:50:14
你得到的錯誤是什麼。 – ankur 2012-01-02 11:50:22
你會得到什麼錯誤?你看過jQuery文檔:http://api.jquery.com/toggle/ – Pieter 2012-01-02 11:50:31