• 25-04-2022, 01:16:01
    #10
    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 '$
  • 25-04-2022, 01:20:03
    #11
    Peace adlı üyeden alıntı: mesajı görüntüle
    syntax error, unexpected '(', expecting variable (T_VARIABLE) or '{' or '$
    Çalışan kod burada mevcut https://jsfiddle.net/furkeyirzu/a9e5kgtb/