He meant id. In his example he used #mydelete. To select everything with class="test" in mootools, you would do $$(".test").
On Jun 20, 10:18 am, Ariel Flesler <[EMAIL PROTECTED]> wrote: > If you really meant 'name' then: > > $('div[name=foo]') > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On 20 jun, 05:26, andrea varnier <[EMAIL PROTECTED]> wrote: > > > On 19 Giu, 21:50, ontguy <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > How would I select all divs with a certain name? > > > what do you mean 'name'? > > id? that would be $('#mydelete') > > > but it's like css, if you want a certain class $('.mydelete') > > > and so on...http://docs.jquery.com/Selectors > > > :)