Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

