|
|
|
popup ตอนที่เปิดหน้าเว็บ page ในครั้งแรกเหมือน thaicreate ทำยังไงค่ะ |
|
|
|
|
|
|
|
ทำได้แล้วนะคะ ย้อนดูจาก Post ใน thaicrate แล้วนำมาใช้จนได้ แบบนี้ค่ะ
Code
<link href="fancybox/jquery.fancybox-1.3.4.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="fancybox/jquery-1.7.2.js"></script>
<script src="fancybox/jquery.fancybox-1.3.4.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.fancybox({
'width': '800',
'height': '650',
'hideOnOverlayClick': false,
'showCloseButton': false,
'autoDimensions': false,
'showCloseButton' : true,
'scrolling': 'no',
'content': '<img src="img.jpg">'
});
});
</script>
ใครที่กำลังทำเหมือนกัน สามารถนำไปใช้ได้นะคะ ^_^
|
|
|
|
|
Date :
2015-08-06 12:06:26 |
By :
chero |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2015-08-06 13:06:18 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|