如何将文字转换为表情符号

如何将文字转换为表情符号

本文介绍了如何将文字转换为表情符号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

正如kik,facebook等发生的那样。

Is there anyway that i can turn text into emoticons. For example if text is :) i want to replace it with the smiley face emoticon like this one -->

Jquery CSS Emoticons

As it happens in kik , facebook etc.

>插件。

导入:

<link href="stylesheets/jquery.cssemoticons.css" media="screen" rel="stylesheet" type="text/css" /><script src="javascripts/jquery.js" type="text/javascript"></script><script src="javascripts/jquery.cssemoticons.js" type="text/javascript"></script>

HTML:

HTML:

<div class="comment"> Hi, this is a great plugin! :-)</div>

Jquery:

Jquery:

$('.comment').emoticonize();

FIDDLE

这篇关于如何将文字转换为表情符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-30 14:28