Slide 21
Slide 21 text
MÓDULO
(function( window, undefined ) {
var readyList, rootjQuery,
core_strundefined = typeof undefined,
location = window.location,
document = window.document,
docElem = document.documentElement,
_jQuery = window.jQuery,
_$ = window.$, class2type = {},
jQuery = function( sel, cxt ) {
return new jQuery.fn.init( sel, cxt, rootjQuery );
}...
})( window );
jQuery (Código ilustrativo)