jQuery Emoji Plugin
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/linyows/jquery-emoji
软件介绍
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>
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》 这本书的介绍吧!
