jQuery Emoji Plugin

码农软件 · 软件分类 · Emoji 表情相关 · 2019-10-13 22:14:53

软件介绍

jQuery Emoji Plugin 是一个用来转换 emoji 表情的 jQuery 插件。

使用方法:

<script src="/path/to/jquery.emoji.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  $('.comment').each(function(i, d){
    $(d).emoji();
  });
});
</script>
...
<div class="comment">
  <p>👍</p>
</div>

本文地址:https://www.codercto.com/soft/d/16701.html

Lean Analytics

Lean Analytics

Alistair Croll、Benjamin Yoskovitz / O'Reilly Media / 2013-3-18 / USD 29.99

If you're involved with a startup, analytics help you find your way to the right product and market before the money runs out. But with a flood of information available, where do you start? This book ......一起来看看 《Lean Analytics》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具