wysihtml5 icon indicating copy to clipboard operation
wysihtml5 copied to clipboard

Many textarea

Open williansebastiao opened this issue 10 years ago • 2 comments

I have more of a textarea, and need to clear their contents in focus. But only at first I can ... how do I get the other?

williansebastiao avatar Oct 04 '15 22:10 williansebastiao

Do you have any code you can show us to see how you have things setup?

IntellectProductions avatar Oct 06 '15 14:10 IntellectProductions

Estou utilizando o seguinte código. Porém, o mesmo só executa no primeiro índice, no segundo ele não executa

editor.on("focus", function() { $(editor.textareaElement).parent().removeClass('has-error'); $(editor.textareaElement).parent().find('span.help-block').detach(); });

williansebastiao avatar Oct 07 '15 23:10 williansebastiao