views:

15

answers:

0

I need to create a 7 day calendar on a website, and I was using jQuery UI's "selectable()" function to allow a user to do something like select 7am to 11am on monday.

My problem comes from needing multiple categories of selection, i.e. user can select 7am to 11am for category A, AND also make a separate selection of 5pm to 9pm for category B in such a way that I can retrieve the two time periods and know which belongs to which category.

Any ideas?