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...
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
精彩评论