----
(function($) { return new jQuery.fn.init( selector, context ); })(jQuery);
----
(($) ->
  new jQuery.fn.init(selector, context)
) jQuery
