photofloat/web/js/001-debugger.js

4 lines
70 B
JavaScript

$(document).ready(function() {
$("#debug").html("Hello world.");
});