|
|
|
คลิกรูปภาพที่ gallery แล้วไม่มีอะไรเกิดขึ้นค่ะ แนะนำด้วยค่ะ |
|
|
|
|
|
|
|
โค้ดค่ะ
Code (PHP)
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects,builder" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>
<style type="text/css" media="screen">
body {
font: 62.5%/1.2 Arial, Verdana, Sans-Serif;
padding: 0 20px;
}
</style>
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("area[rel^='prettyPhoto']").prettyPhoto();
$("a[rel^='prettyPhoto']").prettyPhoto({ animation_speed:'normal',theme:'light_square',slideshow:3000, autoplay_slideshow: true });
$("a[rel^='prettyPhoto']").prettyPhoto({ animation_speed:'fast',slideshow:3000, hideflash: true });
});
</script>
อ้างอิงจาก กระทู้นี้นะคะ https://www.thaicreate.com/community/prettyphoto-jquery-lightbox.html
เขียนโค้ดตามแล้วก็ยังไม่ได้ค่ะ
Tag : PHP, MySQL, Windows
|
|
|
|
|
|
Date :
2016-02-11 21:25:26 |
By :
Digi Do |
View :
788 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดูจาก Code คุณไม่ได้ include jQuery เข้าไปนะครับ ลองตรวจสอบดูครับ
|
|
|
|
|
Date :
2016-02-11 21:35:17 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|