AjaxToolkit Calendar Extender 未反映值的编程更改
下拉日历的文本框附近有一个日历图像。 更改文本框中的日期值,
当我通过$("#calendarTextBox").val("11/22/2004");
然后如果用户单击图像,下拉日历包含旧的日期值而不是 javascript 设置的日期值。
任何线索都会有所帮助。
日历演示供试用。
There is a calendar image near to the text box for dropdown calendar. When I change the date value in text box by
$("#calendarTextBox").val("11/22/2004");
and then if user clicks on the image, the drop down calendar contains the old date value instead of the one set by the javascript.
Any clues will be helpful.
Calendar Demonstration for trying out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
得到了解决方案。
Got the solution.