$ before variable name?

$ before variable name?

Hello,  I'm updating some pre-existing js right now and some of the variable names start with $ like this:

var $specialItem = $('.special-item');

Is there any particular reason why a variable should be named this way?