Changes

From Life After BOB Wiki
No change in size ,  14:28, 9 June 2021
no edit summary
Line 6: Line 6:  
$( '.external' ).click( function (e) {
 
$( '.external' ).click( function (e) {
 
                 e.preventDefault();  
 
                 e.preventDefault();  
 +
                console.log(this);
 
        var otherWindow = window.open();
 
        var otherWindow = window.open();
                console.log(this);
   
//otherWindow.opener = null;
 
//otherWindow.opener = null;
 
//otherWindow.location = this;
 
//otherWindow.location = this;