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 create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...