I am trying to test the 'type' attribute' of some elements in my
page , but I don't get it right,

writing the following code in my .rj.rjs file

page.select('#user-list input').each do |e|
  t = e.readAttribute('type')
  page.alert(t)
end

just displays :

[object HTMLInputElement]

I'm wrong , sure, but why ?

thanks for your suggestions

erwin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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-talk?hl=en.

Reply via email to