[jQuery] var $varname

[jQuery] var $varname


what's the difference between:
var varname
var $varname
obviously I think 2nd is a jQuery variable? If that's the case why
should I care and where is the docs on that?