DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> jQuery入門知識 >> JQuery特效代碼 >> jquery實現在頁面加載的時自動為日期插件添加當前日期
jquery實現在頁面加載的時自動為日期插件添加當前日期
編輯:JQuery特效代碼     

在頁面加載的時候自動為日期插件添加當前日期。

<script type="text/javascript">
$(document).ready(function(){
$("#startTime").val(formatDate());
$("#endTime").val(formatDate());
}

jsp頁面的body部分代碼:

<td><label>日期:</label></td>
<td><input type="text" id="startTime">至:<input type="text" id="endTime"></td>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved