jQuery UI Datepicker 转到日期 URL
有谁知道是否可以使用 jQuery UI Datepicker,并在单击日期时将 document.location 设置为该日期,并附加到预设 URL?
因此,如果我单击其中一个日期,它可能会将我引导至:
http:// /www.mysite.com?date=2009-10-25
我需要使用它作为快速导航我的网站日历的快速方法。
有想法吗?
Does anyone know if it is possible to use the jQuery UI Datepicker, and when clicking on a date, set the document.location to that date, appended to a preset URL?
So, if I clicked on one of the dates, it might direct me to:
http://www.mysite.com?date=2009-10-25
I need to just use this as a quick way to quickly navigate my website calendar.
Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我做了一个小例子,它对我有用,只需更改日期格式:)
I did small example, it works for me just change date format :)
我假设您从 Jqueryui.com 下载带有示例的 datapicker,以便您可以从日历中获取选择的日期:
因此将其粘贴到
onclick()
函数或onchane()
函数中I assume you download datapicker from Jqueryui.com with examples so you can get choosen date from calendar with:
so paste it in
onclick()
function oronchane()
function只需给它一个要调用的
onSelect
函数即可。Just give it an
onSelect
function to call.