AJAX Run Function After Page Load

$(document).ready(function() {
    // Code to run as soon as the page is ready
})
Tomas Maillo