在以下線路發生錯誤,我的聊天腳本:
$("#chatbox_"+chatboxtitle+" .chatboxcontent")
.scrollTop($("#chatbox_"+chatboxtitle+" .chatboxcontent")[0].scrollHeight);
setTimeout('$("#chatbox_"+chatboxtitle+" .chatboxcontent")
.scrollTop($("#chatbox_"+chatboxtitle+" .chatboxcontent")[0].scrollHeight);', 100);
'$(...) [0]'是未定義的:錯誤信息對於什麼問題是非常清楚的。'$(「#chatbox _」+ chatboxtitle +「.chatboxcontent」)'的內容是什麼? – naththedeveloper
什麼是完整未切割錯誤?這個代碼在什麼情況下放置?只是這個代碼並沒有告訴我們很多。 – Oldskool