$('.fasong').click(function() {
if ($('#qq-chat-text').val() == '') {
alert("发送内容不能为空,请输入内容")
} else if ($('#qq-chat-text').val() != '') {
var name = $('.qq-top-name span').html()
var ner = $('#qq-chat-text').val()
var ners = ner.replace(/\n/g, '<br>')
var now = new Date()
var t_div = now.getFullYear() + "-" + (now.getMonth() + 1) + "-" + now.getDate() + ' ' + now.getHours() + ":" + now.getMinutes() + ":" + now.getSeconds();
$('.qq-chat-txt ul').append('<li class="my"><div class="qq-chat-my"><span>' + name + '</span><i>' + t_div + '</i></div><div class="qq-chat-ner">' + ners + '</div></li>')
$(".qq-chat-txt").scrollTop($(".qq-chat-txt")[0].scrollHeight);
$('#qq-chat-text').val('').trigger("focus")
}
}) $(".qq-hui").niceScroll({
touchbehavior: false, cursorcolor: "#ccc", cursoropacitymax: 1, cursorwidth: 6, horizrailenabled: true, cursorborderradius: 3, autohidemode: true, background: 'none', cursorborder: 'none'
});
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
