jQuery大气发展历程时间轴样式代码

jQuery大气发展历程时间轴样式代码-精品资源网
jQuery大气发展历程时间轴样式代码
此内容为免费资源,请登录后查看
0
免费资源

jQuery大气发展历程时间轴样式代码

jQuery大气发展历程时间轴样式代码,响应式自适应浏览器宽度,左右箭头按钮控制时间轴水平滚动展示。

js代码

<script src=\"js/jquery.min.js\"></script>
<script src=\"js/jquery_flexslider.js\"></script>
<script>
	$(function(){
		if((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))){
			//phone
		}else{
			//PC
			$(\".about-history-list\").flexslider({animation:\"slide\",slideshow:false,controlNav:false,itemWidth:253,itemMargin:31,prevText:\"<\",nextText:\">\",move:1});
		}
	});
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容