View on GitHub

Jquery.qqface

qq表情组件

Download this project as a .zip file Download this project as a tar.gz file

jquery.qqface

jQuery QQ 表情插件。
点击一个按钮,弹出一个选择QQ表情的组件,点击即可选择表情,插入到textara里面。

开始使用

  1. 引入jQuery
  2. 引入jquery.qqface.js

在线示例

表情

html

<div>
    <textarea id="liveChatContent" spellcheck="false"></textarea>
</div>
<a href="javascript:;" id="face">表情</a>

js

//看起来很简单!
$.qqface({
    imgPath : 'gif/',
    textarea : $('#liveChatContent'),
    handle : $('#face')
});

License

Copyright (c) 2016 guosheng Licensed under the MIT License.