基于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

在线预览    源码下载

爱编程-编程爱好者经验分享平台
版权所有 爱编程 © Copyright 2012. All Rights Reserved.
闽ICP备12017094号-3