SORU
12 Mart 2011, CUMARTESİ


Krom konsol dosyasını javascript şunlardır

orada bir basit (yerli olabilir mi?) harici bir komut dosyası eklemek için google chrome tarayıcıları dosya yolu? Şu anda böyle yapıyorum:

document.head.innerHTML ="<script src='http://domain.com/fil.js'></script>";

CEVAP
12 Mart 2011, CUMARTESİ


appendChild() daha doğal bir yoludur:

var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'script.js';
document.head.appendChild(script);

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • bmarian22

    bmarian22

    22 Aralık 2007
  • guillaume2111's channel

    guillaume211

    19 Kasım 2006
  • NYCarspotter

    NYCarspotter

    26 EYLÜL 2011