Document Load Alert

by ashleycam3ron

JavaScript

$("document").ready(function() {
    alert("the page just loaded!");
});