[jQuery] Running a Function After All other Javascript is Loaded

[jQuery] Running a Function After All other Javascript is Loaded


Here's what I am doing currently:
setTimeout("expandMenuUsingCookie()",550);
But, I'm sure there is a better way than that. Can anyone share a
better way to run code last?