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.

Reply via email to