- jQuery 教程
- jQuery - 首頁
- jQuery - 路線圖
- jQuery - 概述
- jQuery - 基礎
- jQuery - 語法
- jQuery - 選擇器
- jQuery - 事件
- jQuery - 屬性
- jQuery - AJAX
- jQuery DOM 操作
- jQuery - DOM
- jQuery - 新增元素
- jQuery - 刪除元素
- jQuery - 替換元素
- jQuery CSS 操作
- jQuery - CSS 類
- jQuery - 尺寸
- jQuery - CSS 屬性
- jQuery 效果
- jQuery - 效果
- jQuery - 動畫
- jQuery - 鏈式操作
- jQuery - 回撥函式
- jQuery 遍歷
- jQuery - 遍歷
- jQuery - 遍歷祖先節點
- jQuery - 遍歷後代節點
- jQuery UI
- jQuery - 互動
- jQuery - 小部件
- jQuery - 主題
- jQuery 參考
- jQuery - 選擇器
- jQuery - 事件
- jQuery - 效果
- jQuery - HTML/CSS
- jQuery - 遍歷
- jQuery - 其他
- jQuery - 屬性
- jQuery - 實用工具
- jQuery 外掛
- jQuery - 外掛
- jQuery - PagePiling.js
- jQuery - Flickerplate.js
- jQuery - Multiscroll.js
- jQuery - Slidebar.js
- jQuery - Rowgrid.js
- jQuery - Alertify.js
- jQuery - Progressbar.js
- jQuery - Slideshow.js
- jQuery - Drawsvg.js
- jQuery - Tagsort.js
- jQuery - LogosDistort.js
- jQuery - Filer.js
- jQuery - Whatsnearby.js
- jQuery - Checkout.js
- jQuery - Blockrain.js
- jQuery - Producttour.js
- jQuery - Megadropdown.js
- jQuery - Weather.js
- jQuery 有用資源
- jQuery - 問答
- jQuery - 快速指南
- jQuery - 有用資源
- jQuery - 討論
jQuery - Flickerplate
Flickerplate 是一個 jQuery 外掛,用於建立滑塊,允許您透過帶動畫箭頭和點導航的影像迴圈。
下面顯示了一個簡單的 flickerplate 示例:
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width = device-width,
initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no">
<script src = "/jquery/src/flickerplate/js/min/jquery-v1.10.2.min.js"
type = "text/javascript">
</script>
<script src = "/jquery/src/flickerplate/js/min/modernizr-custom-v2.7.1.min.js"
type = "text/javascript">
</script>
<script src = "/jquery/src/flickerplate/js/min/hammer-v2.0.3.min.js"
type = "text/javascript">
</script>
<link href = "/jquery/src/flickerplate/css/flickerplate.css"
type = "text/css" rel = "stylesheet">
<script src = "/jquery/src/flickerplate/js/min/flickerplate.min.js"
type = "text/javascript">
</script>
<script>
$(function(){
$('.flicker-example').flickerplate({
auto_flick : true,
auto_flick_delay : 8,
flick_animation : 'transform-slide'
});
});
</script>
<link href = "/jquery/src/flickerplate/css/demo.css"
type = "text/css" rel = "stylesheet">
</head>
<body>
<div class = "flicker-example">
<ul>
<li data-background = "https://genblock.com/wp-content/uploads/2015
/05/download-circles-abstract-wallpaper-
abstract-photo-abstract-wallpaper.jpg">
<img src = "https://tutorialspoint.tw/about/images/mohtashim.jpg"
style = "margin-left: 428px;">
<div class = "flick-title">Mohtashim M.</div>
<div class = "flick-sub-text">
Mohtashim is an MCA from AMU (Aligarah) and a Project
Management Professional. He has more than 17 years of
experience in Telecom and Datacom industries covering
complete SDLC. He is managing in-house innovations,
business planning, implementation, finance and the overall
business development of Tutorials Point.
</div>
</li>
<li data-background = "https://genblock.com/wp-content/uploads/2015
/05/download-circles-abstract-wallpaper-
abstract-photo-abstract-wallpaper.jpg">
<img src = "https://tutorialspoint.tw/about/images/gopal_verma.jpg"
style = "margin-left: 428px;">
<div class = "flick-title">Gopal K Verma</div>
<div class = "flick-sub-text">
Gopal is an MCA from GJU (Hisar) and a Cisco Certified Network
Professional. He has more than 11 years of experience in core
data networking and telecommunications. He develops contents
for Computer Science related subjects. He is also involved in
developing Apps for various Mobile devices.
</div>
</li>
<li data-background = "https://genblock.com/wp-content/uploads/2015
/05/download-circles-abstract-wallpaper-
abstract-photo-abstract-wallpaper.jpg">
<img src = "https://tutorialspoint.tw/about/images/mukesh_kumar.jpg"
style = "margin-left: 428px;">
<div class = "flick-title">Mukesh Kumar</div>
<div class = "flick-sub-text">
Mukesh Kumar, having 7+years experience in writing on various
topics ranging from IT products and services, legal, medical,
online advertisement & education to e-commerce businesses.
He also has experience of text & copy-editing, & online
research. He has done two masters – MA (Geography) from
University of Delhi and MA (Mass Communication &
Journalism) from Kurukshetra University.
</div>
</li>
</ul>
</div>
</body>
</html>
這應該產生以下結果:
點選此處廣告
