SinaEmotion多组表情ubb编辑器

来源:https://www.sucaihuo.com/js/884.html 2016-07-01 21:49浏览(1704) 收藏

jQuery新浪ubb表情弹出层,里面有多组动画表情效果,支持用中文解析的ubb表情插件,并且可在线解析编辑器内容。
SinaEmotion多组表情ubb编辑器
分类:其它特效 > 编辑器 难易:中级
查看演示 下载资源 下载积分: 20 积分

SinaEmotion表情调用方法

<div style="width:450px; height:auto; margin:100px auto;">
    <h1>JQuery新浪1630个表情插件(带解析方法)</h1>
    <h1>完美兼容IE6+所有浏览器</h1>
    <div id="out" style="height:auto; width: 400px; border: 1px dashed #000000; padding: 10px;"></div>
    <textarea class="emotion" cols="58" rows="5" style="font-size: 13px;"></textarea>
    <br />
    <input id="face" type="button" value="表情" />
    <input id="analytic" type="button" value="解析" onClick="out()" />
    <br />
</div>
<script type="text/javascript" src="http://libs.useso.com/js/jquery/1.7.2/jquery.min.js"></script> 
<script type="text/javascript" src="jquery.sinaEmotion.js"></script> 
<script type="text/javascript">
        // 绑定表情
        $('#face').SinaEmotion($('.emotion'));

        // 测试本地解析
        function out() {
            var inputText = $('.emotion').val();
            $('#out').html(AnalyticEmotion(inputText));
        }
</script>
评论0
头像

系统已开启自动识别垃圾评论机制,识别到的自动封号,下载出错或者资源有问题请联系全栈客服QQ 1915635791

1 2