/** * Add child theme specific scripts here */ /** * Copy kosel subnav to its own ul */ $(document).ready(function() { $("nav ul ul").clone().addClass("nav-2").insertAfter($("nav>ul")); });