Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- var menuItem = $( "#top-menu li" );
- menuItem.each( function() {
- var menuItemLink = $(this).find("a");
- $( this ).removeClass( "current-menu-item" ).removeClass( "current_page_item" );
- menuItemLink.click( function() {
- $("#menu-item-205").removeClass("current-menu-ancestor");
- $( "#top-menu li" ).removeClass( "current-menu-item" ).removeClass( "current_page_item" );
- $( this ).parent().addClass( "current-menu-item" ).addClass( "current_page_item" );
- } )
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment