In Internet Explorer 6, via MS Script Editor [during a debug]:
> document.getElementsByTagName("input")
{...} length: 20
> $("input").size()
0It works normally in firefox, so i don't understand why it doesn't in IE5. I thought jquery used getElementsByTagName internally when it could. I'll keep digging, I was curious if anybody else got this error. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
