I was using SVN ~208 or so. I found some 'neat' information while 
debugging in the script editor. Apparently, 
document.getElementsByTagName('input') didn't work properly either. I 
called that, then looped though printing the name attribute. Most came 
up as undefined, even though i /know/ they have (had?) names. I ended up 
using a hack for IE 6 (your right, I meant IE6) involving 
$('#formiwant')[0].elements[nameIwanted], but I still can't figure out 
how such an odd condition could come to exist.

Either way, problem is 'fixed' now. Thanks anyway.

Dave Methvin wrote:
>> It works normally in firefox, so i don't understand why it doesn't in IE5.
> 
> Sounds like you meant IE6, it's working fine in IE6 for me (SVN 169 was what
> I had handy). What version of jQuery are you using?
> 
> Going to jquery.com I did notice that it's very easy to grab an ancient
> version of the code. The "latest" version is from May. Since John's only
> days away from the 1.0 release that problem should go away--and be replaced
> by calls for updated documentation. :-)
> 
> 
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to