To protect the input fields, use readOnly instead of disabled and the value will be included.
On Aug 21, 9:39 pm, Chris Hall <sifuh...@gmail.com> wrote: > 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?