Use a Variable in a selector

Use a Variable in a selector

Is it possible for example to do:

var selec = 3
$(selec).etc...

and i wont it to have the same meaning as

$("#3").etc.... ?
If that make sense ?
Thankyou Kieran