-4
下面的代碼只能工作一次。我不知道如何執行連續時間。如何循環程序
jQuery(document).ready(function() {
jQuery(".checkboxes").hide();
//toggle the componenet with class msg_body
jQuery(".Select").click(function() {
jQuery(this).next(".checkboxes").slideToggle(500);
if ($(".select").text() == "+") {
alert('hi');
$(".select").html() == "-"
}
else {
$(".select").text() == "+";
}
return false;
});
});
任何幫助將不勝感激。
向我們展示你的HTML也。 –
好的,我將添加我的htmlcode –
你正在得到什麼錯誤? ....'imageup'沒有定義? – Razack