爱程序网

基于JS留言板添加和删除代码

来源: 阅读:

分享一款JS留言板添加和删除代码是一款类似新浪微博广播留言板JS特效代码。效果图如下:

在线预览    源码下载

实现的代码。

html代码:

<form>
       <h2>来 , 说说你在做什么 , 想什么</h2>
 
       <div>
           <input id="userName" class="f-text" value="" />
           <p id="face"><img src="img/face1.gif" class="current" /><img src="img/face2.gif" /><img src="img/face3.gif" /><img src="img/face4.gif" /><img src="img/face5.gif" /><img src="img/face6.gif" /><img src="img/face7.gif" /><img src="img/face8.gif" /></p>
       </div>
       <div><textarea id="conBox" class="f-text"></textarea></div>
       <div class="tr">
           <p>
               <span class="countTxt">还能输入</span><strong class="maxNum">140</strong><span>个字</span>
 
               <input id="sendBtn" type="button" value="" title="快捷键 Ctrl+Enter" />
           </p>
       </div>
   </form>

via:http://www.w2bc.com/article/85477

关于爱程序网 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助