[jQuery] Re: Blink effect

2007-04-23 Thread Alexandre Plennevaux
i just found out the interface plugin has the "pulsate" effect :) grreat! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: lundi 23 avril 2007 20:42 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Blink effect

[jQuery] Re: Blink effect

2007-04-23 Thread Brandon Aaron
could try to build this effect by using a timeout and display:none / auto or something like that From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: lundi 23 avril 2007 20:42 To: jquery-en@googlegroups.com Subject: [jQuer

[jQuery] Re: Blink effect

2007-04-23 Thread Alexandre Plennevaux
Nathanson Sent: lundi 23 avril 2007 20:42 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Blink effect How about callback = function() { $("#mydiv").hide().show().hide().show() } -- Josh - Original Message - From: HYPERLINK "mailto:[EMAIL PROTECTED]"Alex

[jQuery] Re: Blink effect

2007-04-23 Thread Josh Nathanson
How about callback = function() { $("#mydiv").hide().show().hide().show() } -- Josh - Original Message - From: Alexandre Plennevaux To: jquery-en@googlegroups.com Sent: Monday, April 23, 2007 1:27 PM Subject: [jQuery] Blink effect hi, i've been playing with the effects