define(['jquery'], function ($) { 'use strict'; $( function () { $( 'body' ).html( '

hello world!

' ); }); });