[EMAIL PROTECTED] wrote:
> Hello,
>
> how can i select all elements having  a defined id or name. + extension 
> like this
>
> myid_1
> myid_2
> myid_3
>   
// CSS Selector for all elements with id beginning with "myid_"
// see http://gallery.theopalgroup.com/selectoracle/
var elements = $$('[id^="myid_"]');

- Ken Snyder

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to