wstoettinger/jquery.emojiarea.js

plugin not working after partial postback

Closed this issue · 1 comments

Your plugin is not working anymore after partial postback like from updatepanle in asp.net
I need to call the plugin in Javascript without auto initialization.

is this somehow possible?

this is how auto initialization is called:

$('[data-emojiarea]').emojiarea();

knowing this, you could just omit the data-emojiarea attribute and call the function manually when needed:

$('.your-jquery-selector').emojiarea();

I hope this helps!