Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将聊天数据附加到 div 但问题是新消息显示在聊天窗口的顶部而不是显示在底部>请帮助在底部显示新消息。
还有我如何为新附加的数据设置样式(不同的背景颜色等)?
$.post('load.php', { tocom:id}, function(data) { $('#chat_window').html(data); });
.append()添加到末尾,.prepend()添加到开头。
.append()
.prepend()