> I would think the submit button data would also be included when doing
> $(form_obj).serialize()?

When you submit a form manually, the value of the submit button
clicked is sent as part of the form. If you serialize the form using
Javascript, no button was clicked so none of them are serialized.

Reply via email to