Here is the jQuery latest.
It is wrapped in a anonymous immediately invoked function expression ( aiife )
(function( window, undefined ) {
// all jQuery code
})( window );
How do you access the $ sign , the alias of for jQuery that is so popular?
I thought you needed a name to access if you were going to access something?