how to add and remove required attribute in jquery for select tag code example
Example: remove required attribute jquery
$('#edit-submitted-first-name').removeAttr('required');
$('#edit-submitted-first-name').removeAttr('required');