menuThis.on("click", function(){
other_menu = $(this).closest('ul.sub-menu-section').siblings('ul.sub-menu-section').not(".oc-home-link");
})
- if( $(this).children('ul').length > 0 ){
+ if( $(this).children('ul.children').length > 0 ){
let menuParent = $(this).parent();
$(this).on("click", function(e){
if( $(this).parent().hasClass('sub-menu-section') ){
menuThis.on("click", function(){
other_menu = $(this).closest('ul.sub-menu-section').siblings('ul.sub-menu-section').not(".oc-home-link");
})
- if( $(this).children('ul').length > 0 ){
+ if( $(this).children('ul.children').length > 0 ){
let menuParent = $(this).parent();
$(this).on("click", function(e){
if( $(this).parent().hasClass('sub-menu-section') ){