In this video there is a snippet of code that goes something like this:
if (jQuery) {jQuery(function() { // ... })}
I\'ve never seen the
The $ function is an alias for the jQuery function. So, they are the same.
If you use jQuery in noConflict mode, there is only jQuery() function