On May 9, 1:29 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote:
> sorry, I meant $('html').parent().parent().size() and
> $('body').parent().parent().size()
>
> I'd guess body is 0 and html would croak...

$('html').parent().parent().size()  = 0
$('body').parent().parent().size()  = 1 ([Document])

I'll just hope that anyone using this plugin doesn't try to use 'html'
as the container element :)

Reply via email to