jQuery - target blank URL

0 votes
333 views
added Mar 20, 2019 in jQuery by LC Marshal Captain (25,790 points)
window.open(url);

 

1 Response

0 votes
responded Apr 15, 2019 by LC Marshal Captain (25,790 points)
$('.skin-ads').click(function() { 
  var tracker = 'https://lazacode.org/?trackthisguy'
  window.open(tracker);  
});

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...