jquery斜对角图片旋转相册查看器

2015-08-20 0 833
jquery斜对角图片旋转相册查看器
$(document).ready(function(){
	
	$('.portfolio li').click(function() {
		
		var new_feature = $(this);
		
		if (!new_feature.hasClass('feature')){
		
			$('li.feature').removeClass('feature');
		
			setTimeout(function(){

				new_feature.addClass('feature');

			}, 500);
		
		}
		
	});
	
});

遇见资源网 html jquery斜对角图片旋转相册查看器 http://www.ox520.com/14363.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务