crucialnet/under_construction/js/index.js
2020-03-17 13:47:22 -04:00

9 lines
191 B
JavaScript

$(document).ready(function() {
$("#nothing").on("click", function() {
setText();
});
});
function setText () {
$("#nothing-header").text("don't you have anything better to do?");
}