Admin Bar menu item that executes Javascript but does not reload the page?
If you return false in that Javascript function the click will not be propagated and the page will also not reload. Even better, you can specify a onclick attribute for a menu item. So you definition would become this: function my_admin_bar_class_switch( &$wp_admin_bar ) { // $wp_admin_bar is passed by reference, you don’t need the global … Read more