|
|
|
ปุ่มปิด FancyBox มองไม่เห็นรบกวนช่วยแนะนำหน่อยครับ ขอบคุณครับ |
|
|
|
|
|
|
|
ช่วยแนะนำหน่อยครับมองไม่เห็นปุ่มปิด ต้องโค๊ดในไฟล์หรือนำรูปมาใส่ในโฟรเดอร์ไหนบ้างครับ
Code (PHP)
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<title></title>
<script type="text/javascript" src="scripts/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<link rel="stylesheet" href="style/style.css" />
<script type="text/javascript">
$(document).ready(function() {
$('a[id^="edit"]').fancybox({
'width' : '70%',
'height' : '30%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
onClosed : function() {
parent.location.reload(true);
}
});
$('a[id^="delete"]').fancybox({
'width' : '20%',
'height' : '20%',
onStart : function() {
return window.confirm('Do you want to delete?');
},
onClosed : function() {
parent.location.reload(true);
}
});
});
</script>
หรือขอตัวอย่างโค๊ดปิด FancyBox ก็ได้ครับ
หรือท่านใดใช้ FancyBox ตัวไหนที่มีปุ่มปิดให้รบกวนขอไฟล์หน่อยครับ
ขอขอบคุณไว้ล่วงหน้า
Tag : PHP, jQuery
|
ประวัติการแก้ไข 2013-01-02 12:56:47
|
|
|
|
|
Date :
2013-01-02 12:49:34 |
By :
natikorn |
View :
1716 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองดูครับ
|
|
|
|
|
Date :
2013-01-02 14:22:48 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|