Getting text content from comment box using javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Getting text content from comment box using javascript

Please how can I get a text Content from a Comment box using javascript?

26th May 2020, 3:19 PM
Daniel Chukwunalu Opute
Daniel Chukwunalu Opute - avatar
2 Answers
+ 1
If by a comment box, you mean an input box, use the .value attribute of the box.
26th May 2020, 9:25 PM
Russ
Russ - avatar
0
Thanks
27th May 2020, 12:38 AM
Daniel Chukwunalu Opute
Daniel Chukwunalu Opute - avatar