Hi RobG,
I'm wondering about this line:
node = node || document.getElementsByTagName('html')[0];
Is there a reason why you use document.getElementsByTagName('html')[0]
and not document.documentElement? I haven't explored browser issues
with document.documentElement, so maybe that's it? Ju
Thanks this solved my problem :)
On May 21, 6:57 am, RobG wrote:
> On May 20, 8:35 pm, Sourabh wrote:
>
> > Hi
>
> > I am new to jQuery.I have a problem where I want to traverse through
> > DOM.For example a complete webpage.Is there any jQuery way to traverse
> > complete DOM of the current pa
On May 20, 8:35 pm, Sourabh wrote:
> Hi
>
> I am new to jQuery.I have a problem where I want to traverse through
> DOM.For example a complete webpage.Is there any jQuery way to traverse
> complete DOM of the current page where the jQuery script resides ?
Traversing the DOM is trivial, using rec
3 matches
Mail list logo