jqueryemoji
jqueryemoji copied to clipboard
Plugin breaks tags with titles containing emoji
Input code:
<img src='file.png' title='I really like your work 👍' />
Expected result: Nothing happens, and all html still works :-)
Actual result:
Broken html...
<img src='file.png' title='I really like your work <img draggable="false" class="emoji" alt="👍" src="apple72/1f44d.png">' />
+1