Theme for twister
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Denis Ryabov f197cd4b05 Merge latest twister-calm sources 8 years ago
..
emotions images preview 10 years ago
README.md emoticons 10 years ago
jquery.emotions.calm.css images preview 10 years ago
jquery.emotions.fb.css copy smiles 10 years ago
jquery.emotions.icq.css copy smiles 10 years ago
jquery.emotions.js Merge latest twister-calm sources 8 years ago

README.md

Emotions: a jQuery plugin

Emotions is a jQuery plugin that makes it easy to convert some emotion text to images. ( e.g. 8) => img )

Usage

First, load css, jQuery and the plugin:

<link rel="stylesheet" href="jquery.emotions.icq.css">
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.emotions.js" type="text/javascript"></script>

Now, let's attach it to your dom elements:

<script type="text/javascript">
   jQuery(document).ready(function() {
     $(".txt").emotions();
   });
</script>

Create dom elements which text should be transformed:

<div class="txt">Some text with smile 8)</div>
<div class="txt">o.O o.O o.O :D :D :D</div>
<div class="txt">o:) o.O 3:) :D <3 :* :) 8| :/ ;) :'( :( 8) >:( :p</div>

Смайлы в чате как в Facebook или ICQ c помощью JQuery

Author

itlessons (@itlessonsinfo)

Other

MIT License