欢迎您  本站地址:   jQuery仿新浪微博发布新鲜事页面代码-小库平台

小库平台

 找回密码
 立即注册
jQuery仿新浪微博发布新鲜事页面代码-小库平台

小库平台

 找回密码
 立即注册
上一主题 下一主题

jQuery仿新浪微博发布新鲜事页面代码

跳转到指定楼层
楼主
|只看大图 回帖奖励 |倒序浏览 |阅读模式

jQuery仿新浪微博发布新鲜事页面代码,可统计字数,发送表情,放大图片,添加编辑微博内容。

部分js代码
<scriptsrc="js/jquery-3.1.0.js"></script>
<scriptsrc="js/bootstrap.min.js"></script>
<scripttype="text/javascript">
$(function(){$("#content").keyup(function(){//判断输入的字符串长度
varcontent_len=$("#content").text().replace(/\s/g,"").length;$(".tips").text("已经输入"+content_len+"个字");


if(content_len==0){
//alert(content);
$(".tips").text("");
$("#send").addClass("disabled");
returnfalse;
}else{
$("#send").removeClass("disabled");
}
});
$(".pic").click(function(){

$(".select_Img").click();

})</script>



下载
回复

使用道具 举报

小黑屋|小库平台

GMT+8, 2024-9-20 08:13 , Processed in 4.946298 second(s), 19 queries , Xcache On.

Powered by Discuz! 3.4

小库提示

扫描下方二维码,访问手机版。