Skip to main content

Bug Tracker

Side navigation

#5137 closed bug (invalid)

Opened August 28, 2009 07:19PM UTC

Closed August 29, 2009 01:50AM UTC

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 (1)

Changed August 29, 2009 01:50AM UTC by scottgonzalez comment:1

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.