window load after ajax call code example
Example: ajax run function after page load
$(document).ready(function() {
// Code to run as soon as the page is ready
})
$(document).ready(function() {
// Code to run as soon as the page is ready
})