1
http://jsfiddle.net/shadsaleem/XSceK/6/Keith wood Jquery倒計時僅剩5秒之前顯示提醒消息?
我想在剩餘5秒鐘時提醒消息。
我的主要目標是在結束他的時間之前向用戶顯示一條消息,說明他還有5秒鐘的時間。 任何人都可以幫助我嗎?
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://keith-wood.name/js/jquery.countdown.js"></script>
<script type="text/javascript">
$(function() {
var austDay = new Date();
$('#defaultCountdown').countdown({until:+10});
});
</script>
<div id="defaultCountdown" align="center"></div>