Change meni lvl-1 action
This commit is contained in:
BIN
templates_user/.DS_Store
vendored
Normal file
BIN
templates_user/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -500,4 +500,20 @@
|
||||
$(this).parent().parent().find('ul:first').slideToggle();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
if ( windowsize > 991 ) {
|
||||
$(function () {
|
||||
$('body').on(
|
||||
click_event,
|
||||
'#header-nav #header-mine-menu .lvl-1 >li.parent >a',
|
||||
function (e) {
|
||||
e.preventDefault()
|
||||
|
||||
$(this).parent().toggleClass('active');
|
||||
}
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user