[jQuery] jQuery Form Plugin ajax submit

[jQuery] jQuery Form Plugin ajax submit


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?