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>
Cracking the Coding Interview
Gayle Laakmann McDowell / CareerCup / 2015-7-1 / USD 39.95
Cracking the Coding Interview, 6th Edition is here to help you through this process, teaching you what you need to know and enabling you to perform at your very best. I've coached and interviewed hund......一起来看看 《Cracking the Coding Interview》 这本书的介绍吧!
