[jQuery] Validate - date() Question from plug-in via bassistance.de

2009-12-01 Thread Eclectic Mix
The plug-in validates for the correct date format, but does not validate the date itself (2/31/2009 shows as valid). Will this be added at some point or should I use another plug-in to validate the date. Thanks - george

[jQuery] Is It Possible For FullCalendar To Work With Multiple Google Calendars?

2009-11-17 Thread Eclectic Mix
I have been exploring the FullCalendar plugin (http://arshaw.com/ fullcalendar/), which works nicely. I have been able to display information from one of my Google calendars, but have not had success with multiple calendars. Does anyone know if this is possible? Thanks - george

[jQuery] Is FullCalendar Able To Work With Multiple Google Calendars?

2009-11-16 Thread Eclectic Mix
I have been exploring the FullCalendar plugin (http://arshaw.com/ fullcalendar/), which works nicely. I have been able to display information from one of my Google calendars, but have not had success with multiple calendars. Does anyone know if this is possible? Thanks - george

[jQuery] Can FullCalendar Work With Multiple Google Calendars?

2009-11-13 Thread Eclectic Mix
I have been exploring the FullCalendar plugin (http://arshaw.com/ fullcalendar/), which works nicely. I have been able to display information from one of my Google calendars, but have not had success with multiple calendars. Does anyone know if this is possible? Thanks - george

[jQuery] Is FullCalendar Able To Handle Multiple Google Calendars?

2009-11-12 Thread Eclectic Mix
I have been exploring the FullCalendar plugin (http://arshaw.com/ fullcalendar/), which works nicely. I have been able to display information from one of my Google calendars, but have not had success with multiple calendars. Does anyone know if this is possible? Thanks - george

[jQuery] Can FullCalendar Handle Multiple Google Calendars?

2009-11-10 Thread Eclectic Mix
I have been exploring the FullCalendar plugin (http://arshaw.com/ fullcalendar/), which works nicely. I have been able to display information from one of my Google calendars, but have not had success with multiple calendars. Does anyone know if this is possible? Thanks - george

[jQuery] Using stop() Outside Of Animation

2009-11-04 Thread Eclectic Mix
I know that stop() works well when using animation, such as when one passes their mouse over a series of animations to prevent the animation from continuing. However, I in my code I am using hide() and fadeIn() to do the work: $('li').hover( function() { $(this).find('div.Sectio

[jQuery] Re: Easy show()/hide() Question

2009-09-15 Thread Eclectic Mix
Thanks for the note, I'll give that a try. Cheers - george On Sep 15, 10:19 am, Steven Black wrote: > The problem is synchronicity.  When you add an animation (like "slow" > or "fast") the animation process starts but, behind the scenes, > subsequent lines of javascript continue to execute du

[jQuery] Callback Not Working (As Expected)

2009-08-20 Thread Eclectic Mix
I am looking to fade text out when the mouse passes over it and replace it with text that is faded in. My understanding is that this needs to be done through a callback, as the text needs to fade out completely before fading in. However, when I try to implement this idea the content does not fade