/* Mobile Menu v2 modified from the wordpress theme */ var state = false; jQuery("#nav-toggle").click(function(){ // alert("12"); jQuery("#access").slideToggle(function(){ if (state) {jQuery(this).removeAttr( 'style' )}; state = ! state; } ); }); //parabola_mobilemenu_init();