200字范文,内容丰富有趣,生活中的好帮手!
200字范文 > 新浪微博发布文章html JS实现仿新浪微博发布内容为空时提示功能代码

新浪微博发布文章html JS实现仿新浪微博发布内容为空时提示功能代码

时间:2022-04-11 18:37:01

相关推荐

新浪微博发布文章html JS实现仿新浪微博发布内容为空时提示功能代码

本文实例讲述了JS实现仿新浪微博发布内容为空时提示功能。分享给大家供大家参考。具体如下:

这里使用JavaScript模拟新浪微博的一个功能,在发布微博的内容为空时,文本框提醒用户这里没有输入内容,本功能让人感觉网页很智能,在和你对话一样,很人性化。本特效引用了一个外部了JS封装类,你可下载到本地使用。

运行效果截图如下:

在线演示地址如下:

具体代码如下:

/p>

"/TR/xhtml1/DTD/xhtml1-transitional.dtd">

新浪微博发布功能

html,body{margin:0px;text-align:center;font-size:12px;background:#b2e2f9;}

.box{width:555px;height:auto;margin:30px auto;background:#fafafa;padding:30px;overflow:hidden;}

.boxf{width:555px;height:88px;float:left;position:relative;z-index:0;}

#textDisplay{width:555px;height:88px;position:absolute;left:0px;top:0px;word-wrap:break-word;word-break:normal;z-index:1;text-align:left;line-height:20px;font-family:Arial;font-size:12px;}

#list{width:164px;position:absolute;padding:1px;border:1px solid #cccccc;display:none;z-index:100;background:#fff;font-family:Arial;}

#list ul{margin:0px;padding:0px;float:left;list-style-type:none;}

#list li{width:164px;height:23px;float:left;text-indent:10px;line-height:23px;text-align:left;color:#333333;cursor:pointer;}

#list li.hove{background:#e6e6e6;}

textarea{width:555px;height:88px;border:1px solid #ccc;border-radius:5px;resize:none;position:absolute;top:0px;left:0px;z-index:2;font-family:Arial;font-size:12px;line-height:20px;overflow:hidden;}

textarea.hove{border:1px solid #ffb941;}

.title{width:555px;height:21px;text-align:left;padding-bottom:20px;}

.title span{float:right;color:#0a8cd2; padding-top:5px;}

.title span.color{color:#808080;padding:0px;margin-top:-3px;}

.title span em{font-style:normal;font-family:Constantia,Georgia;font-size:22px;font-weight:700;}

.btnf{width:555px;height:auto;overflow:hidden;padding-top:10px;}

.btn{width:82px;height:30px;background:url(images/09/fb.jpg) no-repeat;cursor:pointer;float:right;}

.btnh{background:url(images/fb1.jpg) no-repeat;}

.back{background:#ffd4d4;}

.fbcg{width:110px;height:42px;background:url(images/fbcg.jpg) no-repeat;position:absolute;top:50%;left:50%;margin:-21px 0 0 -55px;z-index:10;display:none;}

.dis{display:block;}

.undis{display:none;}

#desc{border: 1px dashed #ccc;color:#333;background:#fff;line-height:2;padding:10px;width:533px;border-radius:5px; margin-top:20px;text-align:left;font-family:Arial;font-size:14px;}

window.onload = function ()

{

atRelease('', 'text', {box : 'box',list : 'list'});

}

前任现任人手一个,李晨泡妞神器石头心走红24小时热博

功能说明:① 限制输入140字符,超出字符提示数字变红;② @符关联好友微博列表;③ 键盘控制微博列表选中;④ 超出字符或空微博发送闪红;⑤ 发布成功提示。选择最近@的人或直接输入wh乡下人幸福文盲作家我是张二蛋JD我行我酷色影无极朱心梦wh乡下人幸福文盲作家我是张二蛋

希望本文所述对大家的javascript程序设计有所帮助。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。