If its not in the DOM why do I see it in the source? I am having a
disconnect here. I have fixed it as I said above. But I am curious I
thought the DOM represented the HTML that is present at load time.



On Jan 13, 12:54 pm, Nathan Klatt <n8kl...@gmail.com> wrote:
> On Wed, Jan 13, 2010 at 11:36 AM, RhythmicDevil <rhythmicde...@gmail.com> 
> wrote:
> > I did not think the selectors would enforce that.
>
> It's not the selectors; the problem is the tr never makes it into the
> DOM because the invalid html gets ignored by the browser. Because the
> tr isn't in the DOM, the selector has no chance of finding it. :)
>
> Nathan

Reply via email to