Could you also try doing an alert(clickBlock.css) and alert(clickBlock.animate)?
Thanks
--
Brandon Aaron
On 10/20/06, Chris Ovenden <[EMAIL PROTECTED]> wrote:
> On 10/20/06, Chris Ovenden <[EMAIL PROTECTED]> wrote:
> > I forgot to say that if you uncomment the alert, it gives "undefined" in
> > IE7.
> >
> alert should read alert(clickBlock.fadeOut); // no 'this'
>
> > On 10/20/06, Chris Ovenden <[EMAIL PROTECTED]> wrote:
> > > 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"
> > >
> >
> >
> > --
> > Chris Ovenden
> >
> > http://thepeer.blogspot.com
> > "Imagine all the people / Sharing all the world"
> >
>
>
> --
> Chris Ovenden
>
> http://thepeer.blogspot.com
> "Imagine all the people / Sharing all the world"
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/