req issue fixed

This commit is contained in:
magepeopleteam 2021-03-03 10:52:12 +00:00
parent d5a2e07a3e
commit a3e6fa0fc3
1 changed files with 1 additions and 16 deletions

View File

@ -42,18 +42,3 @@ console.log('price= '+ price);
}); });
}); });
}(jQuery)); }(jQuery));
jQuery(document).ready(function($){
function mp_remove_required(){
jQuery('input, select, textarea').each(function (){
jQuery(this).removeAttr('required');
});
}
mp_remove_required();
});