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