[name = ""] problem?

[name = ""] problem?

I'm new and don't see a search feature -

Anyway...

var dddName , oDealers
dddName = "selectName"

How can I make this (or something like it - )

oDealers = $('select[name=dddName]')

work like this does

oDealers = $('select[name="selectName"]')

TIA