I have something simple like this:
$(selector).append("somestuff");
But since I\'m going to reuse the selector I cache it with:
Yeah.
jQuery always returns a jQuery object. It's what allows chaining.
You've already defined the variable so you get a jQuery object back so $ is unnecessary