I'm trying to change order of tags inside textarea with jquery, but it's not working?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

28th Apr 2021, 9:58 AM
MAHDI
MAHDI - avatar
1 Answer
+ 1
As I understand <textarea> only holds text as content, not other element. It seems it doesn't support custom tags either.
28th Apr 2021, 12:08 PM
Ipang