jQuery 可用时间选择器
这更多的是为了建议而不是一个具体问题。
我正在研究创建可供用户设置的可用时间网格的方法。我希望用户能够选择一周中的每一天、一天中的每个小时可以使用的时间段。
有没有人知道的优雅的 jQuery 工具可以做到这一点?
我能想到的最好的办法是一个网格,每个小时都有一个精美的勾选框,与每天对齐......
我几乎希望它看起来像 Windows 家长控制时间网格,我有一种感觉,没有捷径关于这个...
this is more for advice rather than a specific question.
I am looking into ways to create an available time grid for users to set. I want users to be able to choose which hour slots they are available for each day of the week for every hour of the day.
Is there an elegant jQuery tool that anyone knows of that can do this?
The best I can come up with is a grid of nicely styed tick boxes for each hour aligned to each day...
I almost want this to look like the Windows parental control time grid and I have a feeling there are going to be no shortcuts on this one...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用这个: https://github.com/themouette/jquery-week-calendar
检查演示,看看这是否是您正在寻找的:https://github.com/themouette/jquery-week-calendar/wiki/demos
I use this one: https://github.com/themouette/jquery-week-calendar
Check the demos, to see if this what you are looking for: https://github.com/themouette/jquery-week-calendar/wiki/demos