aozfen adlı üyeden alıntı: mesajı görüntüle
$("body").on('click', 'a', function(e){
    e.preventDefault()
    const url = e.target.getAttribute("href");
    window.open(url, '_blank').focus()
  })
syntax error, unexpected '(', expecting variable (T_VARIABLE) or '{' or '$