Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
88
rated 0 times [  95] [ 7]  / answers: 1 / hits: 6962  / 11 Years ago, sun, february 9, 2014, 12:00:00

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 --> enter



As it happens in kik , facebook etc.


More From » jquery

 Answers
11

You can use Jquery CSS Emoticons plugin.



Import:



<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:



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


Jquery:



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


FIDDLE


[#47915] Friday, February 7, 2014, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jaylynkarinam

Total Points: 740
Total Questions: 103
Total Answers: 103

Location: Liechtenstein
Member since Wed, Dec 8, 2021
3 Years ago
;