I am trying to create a bookmarklet for a page that is rendering in IE in quirks mode. I have no control over the source of the page so telling me to change the doctype will not work.
Anyway, I am trying to get an element by its class but it seems getElementsByClassName and querySelectorAll do not work in quirks mode. Are there any other ways to get this done short of walking the dom?