// javascript document jquery(document).ready(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' ]('hover'); }); $('#'+_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('hover'); $('#'+_nav).stop(true,true).slideup(200); }, 150); }); });