|
|
|
สอบถามเรื่อง jquery ui ใช้สองตัวพร้อมกันไม่ได้ อาจจะเรียกใช้ไม่ถูกต้องหรือยังไง ช่วยดูหน่อยครับ |
|
|
|
|
|
|
|
สอบถามเรื่อง jquery หน่อยครับ ผมใช้ 2 อันนี้พร้อมกันไม่ได้
อันที่ 1
Code (PHP)
<link rel="stylesheet" href="jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css" />
<script>
$(function() {
$( "#accordion" ).accordion();
});
</script>
<script>
$(function(){
$("#dialog").dialog({
title: "ทดสอบการสร้าง dialog",
width: 350,
modal: true
});
});
</script>
อันที่ 2 Code (PHP)
<script type="text/javascript" src="fancybox/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="fancybox/.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="fancybox/fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" type="text/css" href="fancybox/fancybox-1.3.4.css" media="screen" />
<link rel="stylesheet" href="style/style.css" />
<script type="text/javascript">
$(document).ready(function() {
$('a[id^="new"]').fancybox({
'width' : '72%',
'height' : '25%',
'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);
}
});
ถ้าผมเดาไม่ผิด น่าจะผิดตรงเรียกใช้ หรือเปล่าครับ ช่วยแนะนำทีครับ เพิ่งศึกษา
ขอบคุณครับ
Tag : PHP, jQuery
|
|
|
|
|
|
Date :
2013-03-25 00:51:55 |
By :
oknaja |
View :
1092 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ขอบคุณครับ
|
|
|
|
|
Date :
2013-03-25 01:24:23 |
By :
oknaja |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตกลงแก้ตรงไหนครับ
|
|
|
|
|
Date :
2013-03-25 06:36:17 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ทราบเหมือนกันครับ ผมลองเปลี่ยนสลับไปมา ก็ได้อ่ะครับ ผมเปลี่ยนตามนี้
อันที่ 1
Code (PHP)
<link rel="stylesheet" href="jquery-ui.css" />
<script type="text/javascript" src="jquery-ui-1.9.2.custom/js/jquery-1.8.3.js"></script>
<script type="text/javascript" src="jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" />
<script>
อันที่ 2
Code (PHP)
<script type="text/javascript" src="fancybox/.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="fancybox/fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" type="text/css" href="fancybox/fancybox-1.3.4.css" media="screen" />
<link rel="stylesheet" href="style/style.css" />
อยากทราบเหมือนกันครับว่าเพราะอะไร -*-
|
|
|
|
|
Date :
2013-03-25 15:54:14 |
By :
oknaja |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2013-03-26 06:08:44 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|