“html bind js -файл” Ответ

html bind js -файл

<script type="text/javascript" src="path-to-javascript-file.js"></script>
Aggressive Antelope

Как добавить файл JS на сайт через URL

var jsFile = document.createElement("script");
jsFile.src = "homePage.js";  // it can be path also  "{themes('/scripts/homePage.js')}"
document.body.appendChild(jsFile);  //append it as src to body
Happy Sad Person

Ответы похожие на “html bind js -файл”

Вопросы похожие на “html bind js -файл”

Больше похожих ответов на “html bind js -файл” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования