
- 帖子
- 1
- 主題
- 0
- 精華
- 0
- 積分
- 4
- 威望
- 1
- 金錢
- 1
|
Ajax及datepicker運用相關問題
想請問一下,假設A.jsp透過ajax 傳送資料到B.jsp並且
由B.jsp 的某個button(<input type="button" id="but">點擊之後
產生dialog裡面有input的UI日曆<input type='text' id='datebegin'>(用$("#datebegin").datepicker()產生日曆)
然後選擇完日期並且把產生資訊往A.jsp送,A.jsp應該會看的到
B.jsp資料及button,之後又重新按button產生dialog,卻發現dialog裡面input的UI日曆<input type='text' id='datebegin'>
無法按(不會跳出日曆),想請教是甚麼原因 |
|