Jquery on new Window objects?
        Posted  
        
            by Poku
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Poku
        
        
        
        Published on 2010-05-13T20:49:44Z
        Indexed on 
            2010/05/13
            20:54 UTC
        
        
        Read the original article
        Hit count: 179
        
JavaScript
|jQuery
Hey,
Is it possible to use jQuery on a new Window javascript object?
Example:
win = new Window();
jQuery(win).ready(function(){
  do jQuery stuff on the new window here??
}); 
Is something like this possible?
© Stack Overflow or respective owner