I have something simple like this:
$(selector).append("somestuff");
But since I\'m going to reuse the selector I cache it with:
I like to prefix all my jQuery object names with $ so that I know it's actually a jQuery object, not a DOM reference.
$
It's a good naming convention.