“jQuery Внешний скрипт” Ответ

jQuery Внешний скрипт

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="jscript/myExternalJs.js"></script>
Disturbed Dunlin

JS jQuery включает внешний сценарий

// jQuery
$.getScript('/path/to/imported/script.js', function()
{
    // script is now loaded and executed.
    // put your dependent JS here.
});
Trevorpergliamici

Ответы похожие на “jQuery Внешний скрипт”

Вопросы похожие на “jQuery Внешний скрипт”

Больше похожих ответов на “jQuery Внешний скрипт” по JavaScript

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

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