Changeset 8268 for branches

Show
Ignore:
Timestamp:
07/07/08 20:41:10 (5 months ago)
Author:
mdawaffe
Message:

crazyhorse: make arrows animate along with admin menu sliding

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/crazyhorse/wp-admin/js/common.js

    r8228 r8268  
    4545jQuery( function($) { 
    4646    jQuery('li.wp-has-submenu > a').click( function() { 
    47         jQuery(this).siblings('ul').slideToggle()
     47        jQuery(this).siblings('ul').slideToggle().parent().toggleClass( 'wp-menu-open' )
    4848        return false; 
    4949    } );