....
With this one line you can disable any input field in a form
$('form *').prop('disabled', true);