photofloat/web/js/001-debugger.js

3 lines
62 B
JavaScript

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