[jQuery] Re: slideToggle is jerky in Safari 3.2.1

2009-03-03 Thread marc0047
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

[jQuery] slideToggle is jerky in Safari 3.2.1

2009-03-03 Thread marc0047
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!

[jQuery] Background flash white briefly

2009-03-03 Thread marc0047
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

[jQuery] Re: Validation with example plugin

2009-02-19 Thread marc0047
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

[jQuery] Re: Animating elements at different and sequential times

2007-10-11 Thread marc0047
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

[jQuery] Re: Animating elements at different and sequential times

2007-10-11 Thread marc0047
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

[jQuery] Re: Animating elements at different and sequential times

2007-10-10 Thread marc0047
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

[jQuery] Animating elements at different and sequential times

2007-10-10 Thread marc0047
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

[jQuery] Animating separate elements

2007-10-09 Thread marc0047
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

[jQuery] Hiding and Showing behavior, where to mouseout?

2007-08-21 Thread marc0047
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