I have some kind of problem with jQuery selectors.
Let\'s say i want to select $(\'#elementID\') but the elementID is a variable.
$(\'#elementID\')
elementID
I use $('#'+variable) all the time.