upgraded package.json moved the source files into /src and cleaned up Grunt.js pointers
9 lines
138 B
JavaScript
9 lines
138 B
JavaScript
$( document ).ready(function() {
|
|
|
|
$('<div/>', {
|
|
'class': "jquery-note",
|
|
text: "...jQuery loaded..."
|
|
}).appendTo('body');
|
|
|
|
});
|