欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jQuery滿屏焦點(diǎn)圖左右滾動(dòng)特效代碼分享

 更新時(shí)間:2015年09月07日 08:40:22   投稿:lijiao  
這篇文章主要介紹了jQuery滿屏焦點(diǎn)圖左右滾動(dòng)特效,一段精致的焦點(diǎn)圖輪播代碼,有需要的小伙伴可以參考下。

本文實(shí)例講述了jQuery橫向擦除焦點(diǎn)圖特效。分享給大家供大家參考。具體如下:
jQuery焦點(diǎn)圖是一款滿屏左右滾動(dòng),帶左右按鈕,帶縮略圖,支持自動(dòng)輪播的焦點(diǎn)圖代碼。
運(yùn)行效果圖:        -------------------查看效果 下載源碼-------------------

小提示:瀏覽器中如果不能正常運(yùn)行,可以嘗試切換瀏覽模式。
為大家分享的jQuery滿屏焦點(diǎn)圖左右滾動(dòng)特效代碼如下

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>住趣家居網(wǎng)滿屏jQuery焦點(diǎn)圖</title>
<link href="css/home.css" rel="stylesheet" />
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/home.js" type="text/javascript"></script>
</head>
<body>
<div class="zq_homeView" id="jobs_home_homeView">
 <div class="zq_pictureBox" node-type="pictureBox">
  <div class="zq_pictures" node-type="pictures">
   <a node-type="picItem" href="http://www.dbjr.com.cn/jiaoben/" target="_blank"><img alt="廚房收納整理工具" src="images/5.jpg" /></a>
   <a node-type="picItem" href="http://www.dbjr.com.cn/jiaoben/" target="_blank"><img alt="百搭落地?zé)? src="images/1.jpg" /></a>
   <a node-type="picItem" href="http://www.dbjr.com.cn/jiaoben/" target="_blank"><img alt="百搭落地?zé)? src="images/2.jpg" /></a>
   <a node-type="picItem" href="http://www.dbjr.com.cn/jiaoben/" target="_blank"><img alt="清新格子床品" src="images/3.jpg" /></a>
   <a node-type="picItem" href="http://www.dbjr.com.cn/jiaoben/" target="_blank"><img alt="特色墻紙壁紙" src="images/4.jpg" /></a>
   <a node-type="picItem" href="http://www.dbjr.com.cn/jiaoben/" target="_blank"><img alt="開放式簡約現(xiàn)代一居室裝修" src="images/5.jpg" /></a>
   <a node-type="picItem" href="http://www.dbjr.com.cn/jiaoben/" target="_blank"><img alt="廚房收納整理工具" src="images/1.jpg" /></a>
  </div>
  <div class='zq_mask zq_maskLeft' node-type="maskLeft"></div>
  <div class='zq_mask zq_maskRight' node-type="maskRight"></div>
 </div>
 <div class="zq_imgBox">
  <div class="zq_imgs clearfix">
   <a node-type="smallPic" target="_blank" data-index="1" href="http://www.dbjr.com.cn/jiaoben/" class="currentImg"><img alt="百搭落地?zé)? src="images/1.jpg" /></a>
   <a node-type="smallPic" target="_blank" data-index="2" href="http://www.dbjr.com.cn/jiaoben/"><img alt="清新格子床品" src="images/2.jpg" /></a>
   <a node-type="smallPic" target="_blank" data-index="3" href="http://www.dbjr.com.cn/jiaoben/"><img alt="特色墻紙壁紙" src="images/3.jpg" /></a>
   <a node-type="smallPic" target="_blank" data-index="4" href="http://www.dbjr.com.cn/jiaoben/"><img alt="開放式簡約現(xiàn)代一居室裝修" src="images/4.jpg" /></a>
   <a node-type="smallPic" target="_blank" data-index="5" href="http://www.dbjr.com.cn/jiaoben/"><img alt="廚房收納整理工具" src="images/5.jpg" /></a>
  </div>
  <div class="zq_slides">
   <a href="javascript:;" class="zq_slideLeft" action-type="prev"><em> </em></a>
   <a href="javascript:;" class="zq_slideRight" action-type="next"><em> </em></a>
  </div>
 </div>
</div>
<div style="text-align:center;clear:both">
</div>
</body>
</html>

以上就是為大家分享的jQuery滿屏焦點(diǎn)圖左右滾動(dòng)特效代碼,希望大家可以喜歡,并應(yīng)用到實(shí)踐中。

相關(guān)文章

最新評論