[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-03 Thread Priest, James (NIH/NIEHS) [C]
-Original Message- From: John Resig [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 3:17 PM Brandon just committed a fix for this to SVN. If you could try it, and let us know if it works for you, that'd be good (if you can). http://code.google.com/p/jquery Sorry for the

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-03 Thread Mike Alsup
Brandon's fix corrected the problem for my test page: http://malsup.com/jquery/test/test.html Mike On 7/3/07, Priest, James (NIH/NIEHS) [C] [EMAIL PROTECTED] wrote: -Original Message- From: John Resig [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 3:17 PM Brandon just

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-03 Thread Brandon Aaron
The fade in message is not hidden. Try: $('#warning').css('opacity', 0).fadeIn(2000); or $('#warning').fadeOut(2000).fadeIn(2000); -- Brandon Aaron On 7/3/07, Priest, James (NIH/NIEHS) [C] [EMAIL PROTECTED] wrote: -Original Message- From: John Resig [mailto:[EMAIL PROTECTED]

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-03 Thread Priest, James (NIH/NIEHS) [C]
-Original Message- From: Brandon Aaron [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 10:06 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: fadeIn w/jQuery 1.1.3? The fade in message is not hidden. Try: $('#warning').css('opacity', 0).fadeIn(2000); This one

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-03 Thread Joel Birch
On 04/07/2007, at 12:24 AM, Priest, James (NIH/NIEHS) [C] wrote: $('#warning').css('display', 'none').fadeIn(1000); This seems to work as well... And in the previous version (1.1.2) it worked without first hiding things (?) Jim This affected the Superfish plugin too. The CSS to hide the

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-02 Thread John Resig
Brandon just committed a fix for this to SVN. If you could try it, and let us know if it works for you, that'd be good (if you can). http://code.google.com/p/jquery --John On 7/2/07, Priest, James (NIH/NIEHS) [C] [EMAIL PROTECTED] wrote: I updated my main jquery.js file today updating my

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-02 Thread Aaron Heimlich
On 7/2/07, John Resig [EMAIL PROTECTED] wrote: http://code.google.com/p/jquery Returns 404 Not Found -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-02 Thread Brandon Aaron
That should be: http://code.google.com/p/jqueryjs/ On 7/2/07, Aaron Heimlich [EMAIL PROTECTED] wrote: On 7/2/07, John Resig [EMAIL PROTECTED] wrote: http://code.google.com/p/jquery Returns 404 Not Found -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com