As id= are required to be unique, why not just go $('vendorName')?
IIRC, IE will (incorrectly) return an array of elements matching a given
ID, while other browsers will only return the first one in doc order.
So perhaps you're misusing id=, and should use class= instead?
up('tr').down('.vendorName')
--
Christophe Porteneuve aka TDD
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---