There is one form with a textbox id="name" and a button.
After the user clicks the button, I want to execute the $.get() to capture the reply. (I got the .click() correctly so far)
How to I pass the value the user enters to the text box as the {data} parameter in the get function?
Thank you!
You can do like: