我在我的应用程序中使用emojionearea。由于此插件隐藏了原始textarea
并用于div
显示和加载表情符号,因此在执行诸如onkeyup
和之类的事件时会出现问题onkeypress
。这是我的代码:
<textarea id="Message" class="form-control" cols="80" rows="7" onchange="SMSCounter(this, event, in_array([], "Source"))" onblur="RefineCounter(this, in_array([], "Source"))" onkeypress="SetChar(event)" onkeyup="SMSCounter(this, event, in_array([], "Source"))" maxlength="765" style="width: 350px; height: 100px; float: right; display: none;" name="data[Message]" data-rel="tmplButton-solh0ecqbs"></textarea>