var menuRight = document.getElementById( 'cbp-spmenu-s2' ), showRightPush = document.getElementById( 'showRightPush' ), body = document.body; showRightPush.onclick = function() { classie.toggle( this, 'active' ); classie.toggle( body, 'cbp-spmenu-push-toleft' ); classie.toggle( menuRight, 'cbp-spmenu-open' ); disableOther( 'showRightPush' ); }; function disableOther( button ) { if( button !== 'showRightPush' ) { classie.toggle( showRightPush, 'disabled' ); } } $(document).ready(function(){ $(".topnav").click(function() { //마우스를 topnav에 오버시 $(this).parent().find(".subnav").toggle(10).show(); //subnav가 내려옴. }); $('.flexslider').flexslider({ animation: "fade",//slide slideshowSpeed: 4000, directionNav: true, slideToStart: 0, pauseOnHover: true, animationSpeed: Modernizr.touch ? 100 : 2000 }); });