Hi, I'm rather new to Jquery and hope someone can point me in the right direction here.
In my current project I need to implement some calendar event functionality (similar to Google Calendar or Mobile Me calendar). In a nutshell, I need to be able to: - Create new div with click and drag - Resize div by clicking on handles (while updating start and end times) - Drag divs to reposition on day grid (while updating new start and end times) I know that JQuery UI offers some basic dragging and resizing, but I've been looking all over for a plug-in or other project that would provide the more advanced "calendar" functionality of tracking start and end times as a div is moved or resized. I haven't been able to find any such project in Google, however. Can anyone point me in the direction on where to start for this type of thing? Thanks for your help, Val