$(function() { //下拉菜单 var qcloud = {}; $('[_t_nav]').hover(function() { var _nav = $(this).attr('_t_nav'); cleartimeout(qcloud[_nav + '_timer']); qcloud[_nav + '_timer'] = settimeout(function() { $('[_t_nav]').each(function() { $(this)[_nav == $(this).attr('_t_nav') ? 'addclass' : 'removeclass']('nav-up-selected'); }); $('#' + _nav).stop(true, true).slidedown(200); }, 150); }, function() { var _nav = $(this).attr('_t_nav'); cleartimeout(qcloud[_nav + '_timer']); qcloud[_nav + '_timer'] = settimeout(function() { $('[_t_nav]').removeclass('nav-up-selected'); $('#' + _nav).stop(true, true).slideup(200); // $('#' + _nav).stop(true, true).slidedown(200); }, 150); }); // 首页轮播图1 $('#mycarousel').carousel({ interval: 4000 }) // 首页轮播图2 $('#caseshow').carousel({ interval: 4000 }) $('span').css({'font-family':"microsoft yahei"}) });