DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> jQuery入門知識 >> JQuery常見問題 >> 彈出燈箱窗口浏覽圖片
彈出燈箱窗口浏覽圖片
編輯:JQuery常見問題     
效果預覽:http:///keleyi/phtml/jqtexiao/3.htm


HTML文件代碼:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>彈出燈箱窗口浏覽圖片-</title>
<link rel="stylesheet" href="http:///keleyi/phtml/jqtexiao/3/css/keleyi.css">
<script type="text/javascript" src="http:///keleyi/pmedia/jquery/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="http:///keleyi/phtml/jqtexiao/3/js/keleyi.min.js"></script>
<style>img{border:0px}</style>
</head>

<body>
<h2>彈出窗口浏覽圖片</h2>
<div><a href="http:///a/bjac/ppdss7ux.htm">原文</a>
請點擊下列圖片
</div>
<div class="dengxaing-keleyi-com">

<a title="2013-8-21" href="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-8-21_w.jpg">
<img width="133" height="75" src="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-8-21_s.jpg"></a>

<a title="2013-9-13" href="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-13_w.jpg">
<img width="133" height="75" src="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-13_s.jpg"></a>

<a title="2013-9-15" href="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-15_w.jpg">
<img width="133" height="75" src="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-15_s.jpg"></a>

<a title="2013-9-16" href="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-16_w.jpg">
<img width="133" height="75" src="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-16_s.jpg"></a>

<a title="2013-9-17" href="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-17_w.jpg">
<img width="133" height="75" src="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-17_s.jpg"></a>

<a title="2013-9-23" href="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-23_w.jpg">
<img width="133" height="75" src="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-9-23_s.jpg"></a>

<a title="2013-10-2" href="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-10-2_w.jpg">
<img width="133" height="75" src="http:///keleyi/phtml/jqtexiao/3/images/keleyi-com-2013-10-2_s.jpg"></a>
</div>

<script type="text/jscript">
$(document).ready(function() {

$('.dengxaing-ke' + 'leyi-com').magnificPopup({
delegate: 'a',
type: 'image',
tLoading: 'Loading image #%curr%...',
mainClass: 'mfp-img-mobile',
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1] // Will preload 0 - before current, and 1 after the current image
},
image: {
tError: '<a href="%url%">The image #%curr%</a> could not be loaded.',
titleSrc: function(item) {
return item.el.attr('title') + '<small>by Keleyi</small>';
}
}
});


});

</script>
</body>
</html>

更多:http:///a/bjac/s3sw6q5t.htm
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved