<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>JQuery新浪1630个表情插件</title> <link rel="stylesheet" href="http://www.jq22.com/demo/JQuery-bq-150419140855/jquery.sinaEmotion.css"> </head> <body> <textarea name="" id="emotion" maxlength="150"></textarea> <span id="face" class="face">点我</span> </body> <script src="http://cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script> <script type="text/javascript" src="http://www.jq22.com/demo/JQuery-bq-150419140855/jquery.sinaEmotion.js"></script> <script type="text/javascript"> // 绑定表情 $('#face').SinaEmotion($('#emotion')); </script> </html> 提示:你可以先修改部分代码再运行。 转载请注明:有爱前端 » JQuery新浪1630个表情插件 喜欢 (2)or分享 (0)