[jQuery] Re: My calendar

2007-07-29 Thread PeterKl
> different slot than down. > > Depending on how you want it to work, you may consider clearing a previous > selection on mousedown. Something like: > > $(".time-slot-selected").removeClass("time-slot-selected"); > > Also don't forget to make the table a

[jQuery] My calendar

2007-07-28 Thread PeterKl
ousedown and onmouseup -> I want colored the rows, witch is selected by user (user is select them with mouse). (example what I want is Google Calendar) Thx, PeterKl

[jQuery] jQuery Calendar

2007-07-26 Thread PeterKl
Hi! I have one problem: I search for plugin 'calendar' like Google Calendar, where we can select the time for every events with mouse - we just draw over the timetable and new event was created. Are you know 'plugin' like that or can you tell me, how can I create that plugin? By, PeterKl