code idiom, style wrt dollar sign
I've noticed that some jquery coders use a dollar prefix on certain variables. Is there any particular idiom or code style that is relevant, e.g. use a dollar prefix if (and only if) the variable is holding the result of a jquery selection? Is there a recommended code style/idiom doc anywhere?