JangoSteve / jQuery-CSSEmoticons

jQuery plugin to style emoticons with pure CSS3 properties (no images)
102 stars 35 forks source link

Jquery load #12

Open Melvintehu opened 10 years ago

Melvintehu commented 10 years ago

Hello,

The scripts for smilies works great for me, Except for one thing. I've got a messages window(div) that's reloaded whenever a new message has been submitted by the user. When ever the user presses send message, the emoticons disappear.

Im using the jquery load method to reload my messages div

thanks!

ghost commented 10 years ago

Hi Melvintehu,

I had the same issue, please do not re initiate all the smiles which are already there. Try to initiate the new one only.

Rajib