Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JQuery .val() not working as expected #4

Open
fauria opened this issue Oct 15, 2013 · 1 comment
Open

JQuery .val() not working as expected #4

fauria opened this issue Oct 15, 2013 · 1 comment
Labels

Comments

@fauria
Copy link

fauria commented Oct 15, 2013

When running JQuery's val() function on a emojiarea, the div is not affected. For example, $("textarea").val(''); does not clear the div.

A workaround can be used: $(".emoji-wysiwyg-editor").html('');

@conradomd
Copy link

Same problem here! Tks @fauria for de help! .html(''); works fine for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants