所属分类: 网页特效-动画效果 昨天上传
$('[data-bg]').hover(function() { var bg = $(this).data('bg'); // Hide all projects $('[data-project]').removeClass('active'); // Show the hovered project $('[data-project='+bg+']').addClass('active'); });