jquery ui datepicker - 需要一个可拖动的日期版本
jquery UI 日期选择器功能很棒,但我想复制谷歌分析风格的日期选择器,您可以通过从开始到结束拖动来选择日期范围。我不认为日期选择器可以做到这一点,优秀的灯丝组范围选择器也不能做到这一点。
有人以前做过这个,并且有一些 jquery ui datepicker 的 mods 或其他一些参考供我考虑吗?
谢谢
The jquery UI datepicker functionality is great, but I'd like to replicate the google analytics style date picker where you can select a range of dates by dragging from start to end. I don't think the datepicker can do this, nor the excellent filamentgroup range picker.
Anyone done this before and have either some mods to jquery ui datepicker or some other reference for me to consider?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我一直在寻找一个支持选择日期范围的 jQuery 插件。
令人惊讶的是,我找到的唯一一个是原型:
http://stephencelis.github.com/timeframe
作者的话总结了我与其他现有“解决方案”的问题:
如果有人知道 jQuery 插件,请发表答案!
I've been searching for a jQuery plugin that supports selecting a range of dates.
Amazingly, the only one I found is for Prototype:
http://stephencelis.github.com/timeframe
The author's words sums up my problem with other existing "solutions":
If anyone knows of a jQuery plugin, please post an answer!
看看 fullcalendar 插件,它有很多你感兴趣的功能,包括一些美观的拖放支持。
Take a look at the fullcalendar plugin, it has a lot of the functionality you're interested in, including some great-looking drag and drop support.
我知道这个线程很旧,并且这个解决方案不是 JQuery-UI 特定的,但如果有人来寻找快速搜索,那么建议看看 日期范围选择器
I know this thread is old and that this solution isn't JQuery-UI specific but if someone comes looking for quick search then suggest taking a look at Date Range Picker