Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- setTimeout( function() {
- $( '#mobile_menu li a' ).click( function() {
- $( '#mobile_menu li' ).removeClass( 'current-item' );
- $( this ).parent().addClass( 'current-item' );
- } );
- }, 100 )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment