Bug Tracker

Opened 14 years ago

Closed 14 years ago

#5137 closed bug (invalid)

Serialize not working for unknown reason

Reported by: mattiv Owned by:
Priority: major Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: serialize, form Cc:
Blocked by: Blocking:

Description

Trying to submit a form with post(), serializing the form inputs. The form is presented in thickbox and uses validate plugin.

However, serialize() returns an empty string. Even after good amount of battling, I couldn't find the reason, but came sure that this must be the problem. (The object is the correct form and other functions, such as val() appear to work normally. Now sending the form with "writing out" the variables ( "{var1: value, var2: another}" ) for the post() function.

Attachments (1)

serialize_bug.htm (3.5 KB) - added by mattiv 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by mattiv

Attachment: serialize_bug.htm added

comment:1 Changed 14 years ago by scottgonzalez

Resolution: invalid
Status: newclosed

You're disabling all of your inputs before serializing the form. Disabled inputs do not submit, so therefore they do not serialize.

Note: See TracTickets for help on using tickets.