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

  • Official Android Tips

    Official And

    23 EYLÜL 2009
  • EmperorTigerstar

    EmperorTiger

    14 EYLÜL 2009
  • TotalSeminarsChannel

    TotalSeminar

    16 Mart 2010