No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

$(document).ready(function () { $('li.menu-item-has-children a').on('click', function (e) { e.preventDefault(); $("li.menu-item-has-children ul.sub-menu").toggleClass("sub-main"); }); });