This is feature that always seemed to be missing from prototype to me.
I love the way $$() takes any number to css selectors, ie $$
('.container table tbody td.name a')
I have and element, container, which I want to get all the 'table
tbody td name aa' elements. However, I can't do this container.$$
('.container table tbody td.name a'), and down() only takes one
className, so I'm kinda lost on how to do this.
anybody?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---