Jack
0
Q:

(function (g, d, a) {})(window, document, jQuery);

;(                                 // <---------------+
                                   //                 | encapsulate the function
  function($, window, document) {  // <--+ declare    | and call it passing three
                                   //    | anonymous  | arguments.
  }                                // <--+ function   |
                                   //                 |
)(jQuery, window, document);       // <---------------+
-1

New to Communities?

Join the community