我知道 if 语句结束时有一个小错误。
谁能告诉我,如何在 If 语句中声明 click 函数?
if (($("#target").click(function () {
$("#thediv").scrollTop = $("#thediv").scrollHeight;
});
})
else {
$("#thediv2").scrollTop = $("#thediv").scrollHeight;
}
我知道 if 语句结束时有一个小错误。
谁能告诉我,如何在 If 语句中声明 click 函数?
if (($("#target").click(function () {
$("#thediv").scrollTop = $("#thediv").scrollHeight;
});
})
else {
$("#thediv2").scrollTop = $("#thediv").scrollHeight;
}