jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

focus emojione with javascript #65

Open icyz opened 7 years ago

icyz commented 7 years ago

There is a way for focus this textarea using js (or jquery)?

I have tried with: $(".emoji-wysiwyg-editor").focus() and $(".emoji-wysiwyg-editor").trigger('click') without success.

http://stackoverflow.com/questions/43814509/emoji-picker-focus-using-js-or-jquery/