[jQuery] Show images with delay...

2009-10-15 Thread -e-train
, eventually filling the screen with a bunch of images... I assume it is a for loop and something. or do i have to do it in php. in php this is the equivalent: for ($i = 0; $i < 5; $i++) { print ''; ob_flush(); flush(); sleep(1); } but this isn't really a good way to do this. any

[jQuery] Accordion UI height issue in Google Chrome

2009-09-28 Thread -e-train
Hi All - Having another issue related to the accordion ui widget. In google chrome the initial inline height set by the accordion.js is calculating incorrectly on the initial page load. when the page is refreshed or you navigate to another page and then return, the height is set correctly. I am

[jQuery] Re: Tabs - Fade and Rotate

2009-09-10 Thread -e-train
ny extra options for the toggle can go where the opacity option is: > { fx: { opacity: 'toggle', duration: 1000 } } > > On Sep 10, 7:27 am, -e-train wrote: > > > All - > > > I have a set of tabs that I have gotten to rotate through via this > > scipt: > &g

[jQuery] Tabs - Fade and Rotate

2009-09-09 Thread -e-train
All - I have a set of tabs that I have gotten to rotate through via this scipt: $(document).ready(function(){ $("#tabs").tabs({ fx: { opacity: 'toggle' }}).tabs('rotate', 3500); }); Does anyone know how to still control the fade in the toggle? where do I put the millisecond coun

[jQuery] Re: Replace part of a src= value

2009-02-11 Thread -e-train
gt; > } > > Note that $.browser is deprecated from jQuery 1.3, but still available > for use. > > On Feb 10, 3:26 pm, -e-train wrote: > > > Hi All, > > > I am new to jQuery and am having a hard time figuring out what i am > > looking for in the docs a

[jQuery] Replace part of a src= value

2009-02-10 Thread -e-train
Hi All, I am new to jQuery and am having a hard time figuring out what i am looking for in the docs an don this forum. What i want to do is create a little jquery script that checks to see if the browser is msie and browser.version is 6.0 I have that part done: jQuery.each(jQuery.browser, func