0
I'm trying to change order of tags inside textarea with jquery, but it's not working?!
my code is working without textarea: https://code.sololearn.com/Wa23A14A15a1 but when I'm trying to use textarea around my code, it's not working i know i do sth wrong, check it out: https://code.sololearn.com/W3A15A22a7A2 How to fix that? thanks in advance!
1 Answer
+ 1
As I understand <textarea> only holds text as content, not other element. It seems it doesn't support custom tags either.