I am very new to programing so sorry if this question is to vague.
I have a simple html input field: input class="draft" type="text"
and I have a javascript function (the function only accepts strings): Message.send()
Using javascript/jQuery how do I take the string the user typed into the input field and place it into the Message.send() function (in string form)?
Thanks in advance for any help