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
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
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
, 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
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
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
6 matches
Mail list logo