[jQuery] $(form.elements) fails (in IE this time)

[jQuery] $(form.elements) fails (in IE this time)

> Do you know what the nodeType test is for on that line?
That nodeType test is trying to tell the difference between a NodeList and a
DOMElement. If it's a DOMElement it will have a non-zero nodeType.