How do I take input/output from a form and store it in a JS variable?
- by marcamillion
I am creating the UI of a web app, and haven't done any back-end work yet.
For testing purposes, I want my forms to be able to work, so I want to take the input they have received and store it in javascript variables so I can access them, using jQuery.
Everything I have looked at, tells me how to pass js variables into the form, not the other way around.
Any ideas?
Thanks.