I realize that the $ is just sort of a convention for naming variables pointing to jQuery objects, and is also the function for document.getElementById(), but does function($) mean anything?
Edit: I actually meant
(function($) {
/* ... */
})(jQuery);
Sorry for the confusion, but thanks for the answers.
function ( $ )is not a complete statement, so it means nothing...