jQuery one form multiple tabs
Posted
by The Disintegrator
on Stack Overflow
See other posts from Stack Overflow
or by The Disintegrator
Published on 2010-04-06T09:02:18Z
Indexed on
2010/04/06
9:03 UTC
Read the original article
Hit count: 534
I'm trying to declutter the a particular page (e-commerce article edition) It's a big form with many informational sections. I used jQuery tabs to separate the form in three.
The first tab is the one who has the submit button.
Let's say I go to tab2 and change something, then go to tab1 to make some final edits and submit, the contents of tab2 doesn't get submited because it's hidden and the php script doesn't get the data from any other tab than tab1
I don't want to save until the user actually hits on the submit button. Is there a way to change this behaviour of jquery tabs?
© Stack Overflow or respective owner