Nothing Found
Sorry, but nothing matched your search terms. Please try again with some different keywords.
Sorry, but nothing matched your search terms. Please try again with some different keywords.
jQuery(document).ready(function($) { $('.menu-item-has-children > a').on('click', function(e) { // Prevent default link behavior if the parent item itself is not meant to be a link // If the parent item *should* also be a link, you might need a more complex solution e.preventDefault(); $(this).siblings('.sub-menu').slideToggle(); // Adjust '.sub-menu' if your theme uses a different class }); }