jquery disable all forms

Solutions on MaxInterview for jquery disable all forms by the best coders in the world

showing results for - "jquery disable all forms"
Fernando
28 Jan 2020
1$("#myForm :input").prop("disabled", true);