| javascript Programming Glossary: emoticonsinnerHTML: How To Avoid http://stackoverflow.com/questions/15422494/innerhtml-how-to-avoid  How To Avoid  I'm writing a plugin which will convert emoticons to images in a text block for a particular site. The easy answer.. 
 Replace a list of emoticons with their images http://stackoverflow.com/questions/3055515/replace-a-list-of-emoticons-with-their-images  a list of emoticons with their images  I have an array with emoticons ' ' 'smile1.gif'.. list of emoticons with their images  I have an array with emoticons ' ' 'smile1.gif' ' ' 'smile2.gif' ' D' 'smile3.gif' then i have.. to the name of the image . THank you very much  javascript emoticons   share improve this question   Another approach function replaceEmoticons.. 
 |