//menu $(document).ready(function(){ $('li.mainlevel').hover(function(){ $(this).find('ul').first().stop(true,true).show("fast");//you can give it a speed }); $('li.mainlevel').mouseleave(function(){ $(this).find('ul').first().stop(true,true).hide("fast"); }); $('li.mainlevela').mousemove(function(){ $(this).find('ul').first().show();//you can give it a speed }); $('li.mainlevela').mouseleave(function(){ $(this).find('ul').first().hide(); }); }); //懒人图库 www.lanrentuku.com