I am using emojiareaone from this link Emojiareaone,Its working fine on button click function,but on document ready i need to show the emoji with wrapper open and all the images inside the wrapper.Kindly suggest me
// I am using standalone
$("#standalone").emojioneArea({
standalone: true,
autocomplete: false
});
</div>
<div class="span6">
<div id="standalone" data-emoji-placeholder=":smiley">
</div>
You could try triggering the click event on the buttons, so it calls the code that loads the emojis instead of just showing the container.
$(".emojionearea-button").Click();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With