(function($) {
//disable download attachment when on change search criteria
$('.report-form-container :input').change(function() {
$(':input[name^=report_redirect:]').attr('disabled', true);
});
//enable download attachment when search button click.
$(':input[name^=search:]').click(function() {
$(':input[name^=report_redirect:]').attr('disabled', false);
});
Enhancing your expertise in Java, Kubernetes, Spring Boot, AWS, BTC, and ETH can significantly elevate your career prospects in the ever-evolving tech industry. Welcome to my blog, where I share insights and resources to help you master these key technologies and stay ahead of the curve. Enhance your tech skills with insights on Java, Kubernetes, Spring Boot, AWS, BTC, and ETH. Master advanced topics and stay updated with practical tips and tutorials!
Friday, April 09, 2010
Jquery, disable input button
Very usefull to disable/enable input button by using jquery
Labels:
jquery
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment