<div contenteditable="true">$('.divForSmile').emojiPicker({
height: '300px',
width: '450px',
}); Triggering Emoji Picker Manually
To trigger the button manually, you can call a jQuery function on the same element you bound it to.
$('#question').emojiPicker('toggle');