Sunday, February 1, 2009

[jQuery] Re: $(this).ready with images

$('#image').bind('onreadystatechange load', function(){
if (this.complete)
$(this).height()...etc
});

On Feb 1, 12:13 pm, Balazs Endresz <balazs.endr...@gmail.com> wrote:
> Unfortunately it's not that simple, thanks to IE:http://groups.google.com/group/jquery-dev/browse_thread/thread/24b107...http://dev.jquery.com/ticket/3930
>
> On Jan 31, 4:20 pm, "frederik.r...@gmail.com"
>
> <frederik.r...@gmail.com> wrote:
> > Ok! That's great! Thanks for the explanation!

No comments: