2 * Vector-specific scripts
4 jQuery( function( $ ) {
5 $( 'div.vectorMenu' ).each( function() {
7 $( 'h5:first a:first', this )
8 // For accessibility, show the menu when the hidden link in the menu is clicked (bug 24298)
9 .click( function( e ) {
10 $( '.menu:first', self ).toggleClass( 'menuForceShow' );
13 // When the hidden link has focus, also set a class that will change the arrow icon
15 $( self ).addClass( 'vectorMenuFocus' );
18 $( self ).removeClass( 'vectorMenuFocus' );