(function ($) { 'use strict'; $ = 'default' in $ ? $['default'] : $; $( function () { $( 'body' ).html( '

hello world!

' ); }); }(jQuery));