Looks like someone else had the same unresolved problem too:
http://groups.google.com/group/jquery-en/browse_thread/thread/c929269adfd8ea99
On Mar 3, 8:22 am, marc0047 wrote:
> I am using slideToggle and it performs perfectly in FF, IE6&7, and the
> new Safari 4. However, in Safari
I am using slideToggle and it performs perfectly in FF, IE6&7, and the
new Safari 4. However, in Safari 3.2.1, the elements slide out, but it
starts of with a quick jerk and then slides.
Has anyone else run into this problem and found a solution?
Thanks!
I have a project where I am implementing the jQuery library, and I
believe it is causing my body backgrounds to flash white very quickly
from page to page (the entire site has the same image background).
This only appears to be happening in Safari 3.2.1.
The reason I believe it is jQuery is becau
Bump.
I'm having the same issue as well. Anyone one with any good hints or
links?
On Jan 27, 5:22 am, iDan wrote:
> Hi,
>
> I'm using the validation plugin which is really cool but I'm also
> using it along side theexampleplugin (http://mucur.name/system/
> jquery_example/).
>
> My form validat
gt; .animate(
> { opacity: 0.1} // what
> , 5000 // speed
> , function(){ // callback
> $('#box2').animate( {left: '200px' }, 2000);
> } // end of callback
> ); // end of animate
>
> Just be careful not to use too many anony
and the function around.
>
> Apologies.
>
> On Oct 11, 1:55 am, "Michael Geary" <[EMAIL PROTECTED]> wrote:
>
> > You have the arguments to setTimeout reversed.
>
> > setTimeout is a browser function, not a jQuery function. Just Google for
> > javascript s
on.
> I've used anonymous functions - you don't have to.
> I've used animate - you may just want to use css().
> I've put a callback in the animation - you may not need one.
> setTimeout returns a timer that you may want to use in case you need
> to do something depending
I have two boxes, a yellow one and a blue one, and I want to animate
them at separate intervals.
This is an example of what I would like to happen:
1. Loading page complete
2. Yellow div box fades to zero opacity.
3. Wait 2 seconds
4. Blue div box moves left to right 100 pixels.
I can get them
I have two boxes, a yellow one and a blue one, and I want to animate
them at separate intervals.
This is an example of what I would like to happen:
1. Loading page complete
1. Yellow div box fades to zero opacity.
2. Wait 2 seconds
3. Blue div box moves left to right 100 pixels.
I can get them
I'm having a little trouble with getting a rollout behavior to work
properly: I would like to have a button trigger a menu to open up. The
menu will close back up when the user rolls out of the menu space.
So far I have been able to get the menu to open correctly open a menu
trigger. However, wh
10 matches
Mail list logo