Mark Moser cf0e086cc1 move to src dir with updated npm dependencies
upgraded package.json
moved the source files into /src and cleaned up Grunt.js pointers
2016-07-01 23:00:06 -05:00

9 lines
138 B
JavaScript

$( document ).ready(function() {
$('<div/>', {
'class': "jquery-note",
text: "...jQuery loaded..."
}).appendTo('body');
});