Changes

From Life After BOB Wiki
no edit summary
Line 7: Line 7:  
                 e.preventDefault();  
 
                 e.preventDefault();  
 
                 console.log($(this).attr('href'));
 
                 console.log($(this).attr('href'));
        var otherWindow = window.open();
+
                var url = $(this).attr('href');
 +
                window.open(url, '_blank');
 +
        //var otherWindow = window.open();
 
//otherWindow.opener = null;
 
//otherWindow.opener = null;
 
//otherWindow.location = this;
 
//otherWindow.location = this;