[Rails] [prototype] Element.readAttribute in js.rjs
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home