[Proto-Scripty] Re: getElementsBySelector search string

2009-10-30 Thread Yozefff
wow that worked like a charm!!! thnx On 30 okt, 15:55, Alexander Wallace wrote: > $$("[name^='myname_']") should return all elements with names that begin > with myname_ > > Prototype has great CSS3 selectors support: check > out:http://www.w3.org/TR/2001/CR-css3-selectors-2003/#select

[Proto-Scripty] Re: getElementsBySelector search string

2009-10-30 Thread Alexander Wallace
$$("[name^='myname_']") should return all elements with names that begin with myname_ Prototype has great CSS3 selectors support: check out: http://www.w3.org/TR/2001/CR-css3-selectors-2003/#selectors On Fri, Oct 30, 2009 at 10:49 AM, Yozefff wrote: > > Ok, > > let's day I have 2 elements :