should $(document).live() map to $(document).bind()? window, too?

should $(document).live() map to $(document).bind()? window, too?

right now $(document).live() seems to do nothing. it should maybe just map to .bind() instead.

it's probably an issue with .live() requiring an explicit selector for filtering, but i think this is a fair exception. maybe both - "document" and "window", since they cannot be CSS-selected. minor, i know, but eh.

edit: i remember there was some talk about making .ready() live as well. could be a related solution/discussion.