window.open and $(document).ready
问题 I am trying to make a bookmarklet that opens a popup window. Inside this window is a list of CSS classes that once selected, highlights that object on window.opener page. So I'm running into two problems. Firebug doesn't work in the popup window, so I can't see what's going on. The window never finishes loading (at least I can tell in Firefox) so the $(document).ready(function(){...}) inside the window never gets executed. I can't open the popup from a remote location because I run into cross