$(window).on("scroll", scrolled);
var main_nav_top_level = $('.top-bar-section').children('ul').children('li.menu-item-has-children');
- var main_nav_top_level_no_children = $('.top-bar-section').children('ul').children('li:not(.menu-item-has-children)');
- main_nav_top_level_no_children.find('> a').on("click", function(event){
- event.preventDefault();
- });
+
main_nav_top_level.each(function() {
$(this).on("click", function(event){
var parentId = $(this).attr("id");
$(window).on("scroll", scrolled);
var main_nav_top_level = $('.top-bar-section').children('ul').children('li.menu-item-has-children');
- var main_nav_top_level_no_children = $('.top-bar-section').children('ul').children('li:not(.menu-item-has-children)');
- main_nav_top_level_no_children.find('> a').on("click", function(event){
- event.preventDefault();
- });
+
main_nav_top_level.each(function() {
$(this).on("click", function(event){
var parentId = $(this).attr("id");