There are many dimensional functions, inside one of them we need to use onload event (do something when page is loaded).
The problem is the code inside $(window).load(function(){});
doesn't work. But it works outside the function.
Whats the problem?