req issue fixed
This commit is contained in:
@@ -41,19 +41,4 @@ console.log('price= '+ price);
|
||||
$(this).slideUp('fast').siblings('.mp_event_visible_event_time').slideDown('slow').siblings('.mp_event_hide_event_time').slideUp('slow');
|
||||
});
|
||||
});
|
||||
}(jQuery));
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
jQuery(document).ready(function($){
|
||||
function mp_remove_required(){
|
||||
jQuery('input, select, textarea').each(function (){
|
||||
jQuery(this).removeAttr('required');
|
||||
});
|
||||
}
|
||||
mp_remove_required();
|
||||
|
||||
});
|
||||
}(jQuery));
|
||||
Reference in New Issue
Block a user