媒体中心

jQuery('.hoverTabs .e-n-tab-title').mouseenter(function(){ jQuery(this).click(); }); jQuery('.hoverTabs .e-n-tab-title a').on('click', function(e){ e.preventDefault(); window.location = jQuery(this).attr('href'); });
jQuery('.hoverTabs .e-n-tab-title').mouseenter(function(){ jQuery(this).click(); }); jQuery('.hoverTabs .e-n-tab-title a').on('click', function(e){ e.preventDefault(); window.location = jQuery(this).attr('href'); });