2013-11-22 138 views
-4

在以下線路發生錯誤,我的聊天腳本:

$("#chatbox_"+chatboxtitle+" .chatboxcontent") 
.scrollTop($("#chatbox_"+chatboxtitle+" .chatboxcontent")[0].scrollHeight); 
setTimeout('$("#chatbox_"+chatboxtitle+" .chatboxcontent") 
.scrollTop($("#chatbox_"+chatboxtitle+" .chatboxcontent")[0].scrollHeight);', 100); 
+1

'$(...) [0]'是未定義的:錯誤信息對於什麼問題是非常清楚的。'$(「#chatbox _」+ chatboxtitle +「.chatboxcontent」)'的內容是什麼? – naththedeveloper

+0

什麼是完整未切割錯誤?這個代碼在什麼情況下放置?只是這個代碼並沒有告訴我們很多。 – Oldskool

回答

0

試試這個

setTimeout(function() { 
    $("#chatbox_"+chatboxtitle+" .chatboxcontent") 
    .scrollTop($("#chatbox_"+chatboxtitle+" .chatboxcontent")[0].scrollHeight); 
}, 100); 
+0

我已經嘗試此代碼,但它無法正常工作 – avinash

+0

顯示HTML代碼太.. – zzlalani

+0

name);echo $n[0]; ?>')" src="photo; ?>" width="46" height="42" alt="">
name),0,6); ?>
avinash

相關問題