Hi
I have a problem where fadeOut is undefined in IE7 (final), but
working fine in Firefox (2.0RC3).
The relevant code is:
//alert(this.clickBlock.fadeOut);
clickBlock.fadeOut("slow", function() {
$(this).remove();
});
clickBlock is a regular jQuery object defined earlier by
clickBlock = $(document.createElement("div")).id("block");
I originally had clickBlock.remove(); here and it worked just fine.
Can't check in IE6 at present, so don't know if it only affects IE7.
If someone can confirm this as a bug, I'll file a bug report.
--
Chris Ovenden
http://thepeer.blogspot.com
"Imagine all the people / Sharing all the world"
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/