Hi, here's what I want to do:
1. When button "Submit" is clicked jquery gathers some information from various divs and writes them in a variable
2. jquery gathers more information from a form (checkboxes and "text"-fiels)
3. jquery submits everything to a php-script.
Point 1 is no problem, but I don't know how to get the stuff users type in or check in a form through jquery.
Also, how do I tell jquery to submit all this stuff in the way a form-field submit-type button would?
Hope I made myself clear enough. Thanks for any help.