$(function() { // pc菜单 $('.pcnav .nav > li').hover(function(){ $(this).find('.children').animate({ opacity:'show', height:'show' },200); }, function() { $('.children').stop(true,true).hide(); }); // 移动菜单 $('#mmenu').mmenu({ extensions : [ 'effect-slide-menu', 'pageshadow' ], counters : false, navbar : { title : '迪米可智能科技', }, navbars : [ { position : 'top', content : [ 'prev', 'title', 'close' ] }, { position : 'bottom', content : [ '' ] } ] }); });