Jquery - Dynamically build form action on submit?
Posted
by Probocop
on Stack Overflow
See other posts from Stack Overflow
or by Probocop
Published on 2010-04-20T13:47:08Z
Indexed on
2010/04/20
14:03 UTC
Read the original article
Hit count: 190
jQuery
Hi, I'm trying to have the action of a HTML form built when the user clicks the submit button.
So the user fills in a form, clicks submit, then the action gets built then it actually gets submitted. The reason being is because the form has a load of options on it which will be passed to a script.
How would I go about doing this with Jquery?
© Stack Overflow or respective owner