little-library/customHtmlAfterFooter.examp...

5 lines
114 B
HTML
Raw Normal View History

<script>
$(document).ready(function() {
console.log('This runs after everything else is loaded.');
});
</script>