req issue fixed
This commit is contained in:
parent
d5a2e07a3e
commit
a3e6fa0fc3
|
@ -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();
|
|
||||||
|
|
||||||
});
|
|
Loading…
Reference in New Issue