Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我习惯使用文本框日历扩展器(我喜欢!)。但是,我最新的项目是在 MVC3 razor 中,似乎无法使用 AJAX,或者至少不能以 asp.net 的方式使用。使用 AJAX 日历扩展器的替代方法是什么?我仍然可以通过变通方法使用它吗?谢谢!
jQuery 日期选择器。
$("#myTextBox").datepicker( { showOn: 'button', dateFormat: "mm/dd/yy", buttonImageOnly: true, buttonImage: '../../../images/cal.gif', constrainInput: false });