js file update
This commit is contained in:
parent
68c5fa9bb0
commit
12a04aa8b9
|
@ -1,5 +1,6 @@
|
|||
(function ($) {
|
||||
"use strict";
|
||||
jQuery(document).ready(function ($) {
|
||||
// Tabs
|
||||
$(window).load(function () {
|
||||
$('.mp_tab_menu').each(function () {
|
||||
|
@ -21,10 +22,7 @@
|
|||
}
|
||||
return false;
|
||||
});
|
||||
$('[name="mep_event_expire"]').datepicker({
|
||||
dateFormat: "yy-mm-dd",
|
||||
minDate: 0
|
||||
});
|
||||
|
||||
$(document).on('click', 'label.mp_event_virtual_type_des_switch input', function () {
|
||||
if ($(this).is(":checked")) {
|
||||
$(this).parents('label.mp_event_virtual_type_des_switch').siblings('label.mp_event_virtual_type_des').slideDown(200);
|
||||
|
@ -85,5 +83,6 @@
|
|||
return false;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
}(jQuery));
|
Loading…
Reference in New Issue