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

:)

Reply via email to