JQuery UI Datepicker:制作可点击的链接
sorry for the bad English
It is necessary for me, that at click under the link (sample: 28 April 2010), under it the jquery.datepicker opened
To use <a></a>
instead of <input type="text" />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 MVC 应用程序中,您的代码可以是:
XML:
它将呈现为(这就是普通的旧 .html 的样子):
jQuery (假设您在下面所示的位置有 jquery 库和 jquery ui 库) :
在上面的代码中,您有许多辅助设置,例如,显示过去 130 年(出生日期)以及允许更改月份和年份的按钮/下拉列表。
您可以在以下位置找到这些设置的记录:
jQuery 日期选择器文档
In an MVC app, your code could be:
XML:
Which would render as (this is what it would look like as a plain old .html):
jQuery (presuming you have the jquery library and jquery ui libraries in the locations shown below):
In the above code, you have a number of accessory settings, eg, to show the last 130 years (for date of birth) and buttons/drop down lists to allow changing month and year.
You can find these settings documented at:
jQuery Date Picker Documentation