|
|
|
ถ้าจะทำให้ปุ่มบันทึกข้อมูล ปรากฏตามเวลาที่เรากำหนด และหายไปเมื่อเลยเวลาแล้วทำยังงัยคะ |
|
|
|
|
|
|
|
Code (PHP)
if(เวลา >= 19.45)
{
echo'<input type = "submit">';
}
|
ประวัติการแก้ไข 2014-01-23 12:46:36
|
|
|
|
Date :
2014-01-23 12:46:21 |
By :
iieszz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รอ 5 วินาทีครับ
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#delayedBtn").attr('disabled',true);
setTimeout(function(){
$("#delayedBtn").attr({disabled:false,value:'Enabled Button'});
}, 5000);
});
</script>
<input type='button' id='delayedBtn' value='Disabled Button' />
|
|
|
|
|
Date :
2014-01-23 17:13:15 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณทุก ๆ ความช่วยเหลือนะคะ จะไปลองดูก่อน แล้วจะกลับมารายงานผลค่ะ
|
|
|
|
|
Date :
2014-01-24 08:59:24 |
By :
momiya123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ผลรึป่าวครับพอดีติดปัญหาแบบนี้เหมือนกัน
|
|
|
|
|
Date :
2023-05-15 10:32:07 |
By :
earthkaka |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|