We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im doing
wdtEmojiBundle.init('.txt1'); wdtEmojiBundle.init('.txt2'); `
wdtEmojiBundle.init('.txt1'); wdtEmojiBundle.init('.txt2');
When clicking the emoticon on .txt2 it shows the error Cannot read property 'getAttribute' of null
Is there any way to apply emoticon on multiple textarea which are added dynamically using ajax/jquery etc
var getSelection = function (el) { var result = {};
if (el.getAttribute('contenteditable')) { //####error in this line here return { el: el, ce: true } }
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
Same here :(
needim
No branches or pull requests
Im doing
wdtEmojiBundle.init('.txt1'); wdtEmojiBundle.init('.txt2');
`
When clicking the emoticon on .txt2 it shows the error Cannot read property 'getAttribute' of null
Is there any way to apply emoticon on multiple textarea which are added dynamically using ajax/jquery etc
var getSelection = function (el) {
var result = {};
The text was updated successfully, but these errors were encountered: