Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emojiareaone display all emoji on page Load

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>
like image 905
kitty sarvaj Avatar asked Jan 19 '26 13:01

kitty sarvaj


1 Answers

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(); 
like image 140
DIEGO CARRASCAL Avatar answered Jan 21 '26 04:01

DIEGO CARRASCAL



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!