The $(document).height() issue is resolved in SVN. Try using
$(window).resize() instead of $(document).resize().

--
Brandon Aaron

On 9/21/07, Hackfrag <[EMAIL PROTECTED]> wrote:
>
>
> I have the same Problem :(
>
> On 13 Sep., 17:20, hans <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I just downloaded the latest version(1.2) and the $(document) object
> > doesn't seem to be functioning. I tried the new $(document).height()
> > which always returns 0 (zero) for me and binding the resize event
> > isn't working for me either. The code:
> >
> > $(document).height();
> >
> > $(document).resize(function(){
> >   alert("Stop it!");
> >
> > });
> >
> > Is this a bug or am i missing something? :)
> >
> > thanks,
> > Hans
>
>

Reply via email to