[jQuery] $(window).bind("load",function(){ vs onready

[jQuery] $(window).bind("load",function(){ vs onready


Hey,
I have a really quick question, what is the difference between doing:
$(window).bind("load",function(){
And
$(document).ready(function(){
Just was on my mind and was curious.
Thanks,
Ryan