// javascript document $(function(){ //去掉链接虚线的方法 $("a").bind("focus",function(){ if(this.blur){ this.blur(); } }); juicer.set({ 'tag::operationopen': '{#', 'tag::operationclose': '}' }); //nav $('.nav ul li').hover(function(){ $(this).children('.nav_con').stop().slidetoggle(150); }, function() { $(this).children('.nav_con').slidetoggle(150, function () { $(this).css("height","auto"); }); }) })