Soldato
- Joined
- 12 May 2007
- Posts
- 3,896
- Location
- Bristol
Hoping someone here can help with this, been pulling my hair out for a bit.
I have a pretty neat project going now where I've done some nifty things I didn't think I'd be able to do but have now got stuck on something which should be so simple (and probably is).
I have a form being loaded into a jquery ui accordion. This is done through ajax and works great, but now I need to figure out how to serialize the form and submit it also through ajax. I can't use jquery's .serialize() as the backend is .net so there is already a form tag at the start of the page. Should also add that the form being loaded will vary greatly so I can't just grab specific name/value pairs.
Any ideas?
Edit: I should also add that each panel of my accordion could hold a different form. Each panel will have it's own submit button.
I have a pretty neat project going now where I've done some nifty things I didn't think I'd be able to do but have now got stuck on something which should be so simple (and probably is).
I have a form being loaded into a jquery ui accordion. This is done through ajax and works great, but now I need to figure out how to serialize the form and submit it also through ajax. I can't use jquery's .serialize() as the backend is .net so there is already a form tag at the start of the page. Should also add that the form being loaded will vary greatly so I can't just grab specific name/value pairs.
Any ideas?
Edit: I should also add that each panel of my accordion could hold a different form. Each panel will have it's own submit button.
Last edited: