[jQuery] Re: jQuery Form Plugin ajax submit

2009-08-26 Thread Jules
To protect the input fields, use readOnly instead of disabled and the value will be included. On Aug 21, 9:39 pm, Chris Hall wrote: > Using the following code: > > $('.input_all').attr("disabled", "disabled"); > > for input texts with the class="input_all" seems to break jQuery forms > ajax subm

[jQuery] Re: jQuery Form Plugin ajax submit

2009-08-26 Thread Mike Alsup
> Using the following code: > > $('.input_all').attr("disabled", "disabled"); > > for input texts with the class="input_all" seems to break jQuery forms > ajax submit. > > How can I fix this? If you are expecting disabled inputs to be submitted then that is not really broken - disabled inputs sh