On Jul 7, 6:56 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > I've used the equivalent of $("summary voters a").html() for this, but I > wonder if it's really correct and works in all browsers or not? It uses > innerHTML.
I just tried this and got undefined return value. The docs on the html function say: "Get the html contents (innerHTML) of the first matched element. This property is not available on XML documents (although it will work for XHTML documents)." Lack of XML support here is my problem :(