Jquery select Focus() It does not work

I have a jquery select called Select1 but Select1.focus() does not work.

PLease help me.

Try this:

Select1_inner.focus()

it works, thanks sir George.