[jQuery] Fade To with nested items?

2008-07-16 Thread YWFTDG
Hey guys, I am having an issue with the fadeto function and with multiple items. I have: $(document).ready(function(){ $("#content div").fadeTo("slow", 0.5); $("#content div").hover(function(){ $(this).fadeTo("fast", 1.0); },function(){ $(t

[jQuery] Re: Tabs 3 Css problem

2008-05-11 Thread YWFTDG
Klaus, Thanks, that solved it, I saw this in better detail on the full documentation and applied it to the target divs and tabs nav. Overall its working great now, but I noticed going from a ajax loaded php page with quicktime, it fades in the page, but clicking back on a different tab it doesn't

[jQuery] Re: Cycle plugin inside Tabbed Menu?

2008-05-10 Thread YWFTDG
Mike, Thanks buddy, i updated the code yesterday to use the jquery tabs, with fading effect, and then the default tab uses your cycle plugin. It all works super nice, smooth, have yet to test on IE though, but i assume-hope its all fine. Just having an issue with the tabs list flashing a non style

[jQuery] Tabs 3 Css problem

2008-05-10 Thread YWFTDG
I am having a issue with the Tabs 3 plugin. Every time on page load, the list (nav) flashes a unstyled (no css) version of the list (purple links, bullets), then flashes to the correct version with the styles from the ui.tabs.css. I am curious, what may be causing this, how can I fix this? I have

[jQuery] Re: Cycle plugin inside Tabbed Menu?

2008-05-09 Thread YWFTDG
Ahh nice, thanks Mike for the pointer on that, this is for sure nice! So I assume Cycle will work more in hand with this tabbed system? Thanks for the great script and the pointer! On May 9, 2:03 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > Hitting a big wall here. I have the Cycle plugin wor

[jQuery] Cycle plugin inside Tabbed Menu?

2008-05-08 Thread YWFTDG
Hey guys, Hitting a big wall here. I have the Cycle plugin working and have it now added into a tabbed menu as the default value for the loading tab content, using this tabbed menu script: http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/ My problem is, on load the Cycle plugin works f