|
|
|
ช่วยทีครับ แก้ปัญหาการเรียกใช้ JQuery มากกว่า 2 ตัว คือฟังค์ชั่นของ JQuery มันซ้อนกันอ่าครับ uploadify |
|
|
|
|
|
|
|
(ไม่ทราบว่าผิดกระทู้หรือป่าวนะครับ)
คือฟังค์ชั่นของ JQuery มันซ้อนกันอ่าครับ พอจะมีวิธีแก้ไขไหมครับ
มันแสดงผลแค่ตัว ของ uploadify ตัวเดียวครับ
Code (PHP)
<script type="text/javascript">
$(document).ready(function() {
$("#uploadify").uploadify({
'uploader' : '../Scripts/uploadify.swf',
'script' : '../Scripts/uploadify.php',
'cancelImg' : 'cancel.png',
'folder' : 'uploads',
'queueID' : 'fileQueue',
'multi' : false,
'fileDesc' : 'filesupload',
'fileExt' : '*.ppt; *.doc; *.xls; *.pptx; *.docx; *.xlsx; *.pdf;'
});
});
</script>
<script type="text/javascript">
$(function(){
$('#field').timepicker({
showSecond: true,
timeFormat: 'hh:mm:ss',
stepHour: 1,
stepMinute: 1,
stepSecond: 1 });
$('#field2').timepicker({
showSecond: true,
timeFormat: 'hh:mm:ss',
stepHour: 1,
stepMinute: 1,
stepSecond: 1 });
});
</script>
Tag : PHP, Ajax, jQuery
|
|
|
|
|
|
Date :
2010-09-05 22:28:39 |
By :
sansurn |
View :
2339 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jQuery datepicker
<link rel="stylesheet" type="text/css" href="jquery/css/smoothness/jquery-ui-1.8.2.custom.css">
<link href="css/jUploadDefault.css" rel="stylesheet" type="text/css" />
<link href="css/jUploadmodify.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="jquery/js/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="jUploadScripts/swfobject.js"></script>
<script type="text/javascript" src="jUploadScripts/jquery.uploadify.v2.1.0.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#uploadify").uploadify({
'uploader' : '../Scripts/uploadify.swf',
'script' : '../Scripts/uploadify.php',
'cancelImg' : 'cancel.png',
'folder' : 'uploads',
'queueID' : 'fileQueue',
'multi' : false,
'fileDesc' : 'filesupload',
'fileExt' : '*.ppt; *.doc; *.xls; *.pptx; *.docx; *.xlsx; *.pdf;'
});
$('#field1').datepicker({
showSecond: true,
timeFormat: 'hh:mm:ss',
stepHour: 1,
stepMinute: 1,
stepSecond: 1
});
$("#field2").datepicker({
showSecond: true,
timeFormat: 'hh:mm:ss',
stepHour: 1,
stepMinute: 1,
stepSecond: 1
});
});
</script>
|
|
|
|
|
Date :
2010-09-05 23:21:51 |
By :
extenser |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ขอบคุณมาก ๆ นะครับ
เพิ่งกำลังลอง ศึกษา jquery อ่ะครับ ยังไม่ค่อยรู้เรื่องเท่าไรครับ
|
|
|
|
|
Date :
2010-09-05 23:30:10 |
By :
sansurn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอโทดนะครับ พอดีกำลังใช้อยู่อ่ะครับ แต่ว่าพปอัพไฟล์ขึ้นไปเเล้วเปิดไฟล์ไม่ได้อ่ะครับ ช่วยแนะนำหน่อย
|
|
|
|
|
Date :
2010-09-19 14:01:29 |
By :
jupload |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|