There is one form with textbox id="name"and a button.
After the user clicks the button, I want to execute $.get()to capture the answer. (So far I have received .click ())
How to pass the value that the user enters into the text field as the {data} parameter in the get function?
Thank!
source
share