Code has been added to clipboard!

Use of jQuery .load()

Example
$("window").load(function(
{
	alert("The window has loaded!");
});