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 site to 1.1.3 (from
1.1.2) and everything works except fadeIn?
I played around with it and fadeOut seems to work if I make the duration
really long:
$("#warning").fadeOut(10000);
But doing the opposite for fadeIn:
$("#warning").fadeIn(10000);
Doesn't do anything - the element always remains visible.
I also tried:
$("#warning").fadeIn("slow");
But that didn't work either.
Everything else works great! (tabs, tables, etc)
Jim