|
I'v very new to javascript and need some help. Here's what I need to do:
I need to have a text input with a button, and when the button is clicked the text must be copied to a div. When copying, each character needs to be placed on a separate line within that div container. Before this happens though, the content currently in the div must be cleared.
This probably very simple, but as I said i'm new and confused out the wazoo. Thanks in advance!
|