[jQuery] select all divs with the same name

[jQuery] select all divs with the same name


Hello,
How would I select all divs with a certain name?
In mootools I could use: $$('#mydelete').
That would return an array of the divs named "mydelete".
What would the JQuery equivalent be?
Thank you.