30 November 2019

How to remove required attribute from text field with jquery?

 Remove required attribute from text field with jquery




$('#enterpassword').removeAttr('required');

$("#enternumber").removeAttr('disabled');

No comments:

Post a Comment

How to add re-captcha v3 on all Elementor forms using coding?

 Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){     ?> <script src="https://www...