(function ($) { … })(jQuery);
Yeah seriously what the funk is going on here? It looks freaky, but it's not so bad. Let's break it down:
What about if it was
(function(a) { console.log(a) })("Hello");
(function ($) { … })(jQuery);
Yeah seriously what the funk is going on here? It looks freaky, but it's not so bad. Let's break it down:
What about if it was
(function(a) { console.log(a) })("Hello");