相册图片幻灯片功能性相册

来源:https://www.sucaihuo.com/js/1632.html 2017-04-04 22:23浏览(345) 收藏

这是一款图片放大代码,可以做相册按钮可以控制方向移动也可以鼠标任意点击图片顺序。
相册图片幻灯片功能性相册
分类:图片代码 > 图片轮播 难易:初级
查看演示 下载资源 下载积分: 20 积分
if(!enableshow) return;
					enableshow = false;
					if(nav == 1){
						//reached the first one
						if(current==0){
							enableshow = true;
							return;
						}
						var $content 			= $('#pp_thumbContainer div.album:nth-child('+parseInt(album+1)+')')
												  .find('.content:nth-child('+parseInt(current)+')');
						//reached the last one
						if($content.length==0){
							enableshow = true;
							current-=2;
							return;
						}	
					}
评论0
头像

系统已开启自动识别垃圾评论机制,识别到的自动封号,下载出错或者资源有问题请联系全栈客服QQ 1915635791

1 2