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)
Change History (2)
Changed 14 years ago by
Attachment: | serialize_bug.htm added |
---|
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You're disabling all of your inputs before serializing the form. Disabled inputs do not submit, so therefore they do not serialize.