[jQuery] fadeIn w/jQuery 1.1.3?

[jQuery] fadeIn w/jQuery 1.1.3?


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