I am looking for a jQuery plugin that will allow the user to select a range of days and hours, per week, that they are able to work. This is for a job application form.
I do not want the user to pick specific dates, rather I would like them to see a generic week on which they could select their desired hours for each day.
Mondays – 8am to 6pm
Wednesdays – 1pm to 5pm
etc.
I have looked at https://github.com/themouette/jquery-week-calendar and I like the way it works, but it is still date specific and much more than what I need. I didn’t dig into it too much to see how difficult it would be to pull out the pieces I would need.
Thanks in advance!
I started a fiddle here with a jQuery UI widget that uses sliders. Just to give you an idea how this would look.