// add the class "disabled" to the form
$("form.disabled").find("input:not(:disabled), select:not(:disabled), textarea:not(:disabled)").prop("disabled",true);
Do feel free to ask any questions that you may have concerns to web. No Compromise on Learning!
Wednesday, July 1, 2015
Disabling a whole form with jQuery
Subscribe to:
Posts (Atom)
How to change the PHP version for subfolders or subdomains
How to change the PHP version for subfolders or subdomains Setting a specific PHP version for a specific websites, subfolders or subdomain...
-
I would make a function that checks every selected value, and then enables all option s, searches through the .staff_list s for option s ...
-
What is PHPSpreadSheet Library PHPSpreadSheet library is purely writter in PHP and it main purpose of communicate your PHP application with ...
-
cURL is software which you can use to make various requests using different protocols. PHP has the option to use cURL and in this article, w...