Почему мой <сценарий> не отмечает работу из php файла? (jQuery, включенный здесь также)

Ctrl + - и противоположное Ctrl + Сдвиг + - .

Кладут обратно курсор (или вперед) к последнему месту, которым это было. Больше прокрутки назад или PgUp / PgDown для обнаружения, где Вы были.

Это переключает открытые окна в Visual Studio:

Ctrl + вкладка и противоположное Ctrl + Сдвиг + вкладка

7
задан laser 14 June 2017 в 11:31
поделиться

2 ответа

Make sure that you have that within either or of the HTML page. Also, I'd double check the path to the .js file. You could do that by pasting "pageControl.js" at the root of your web address.

2
ответ дан 6 December 2019 в 23:07
поделиться

It probably isn't looking where you think it is looking to grab your javascript file.

Try a server-relative format like this:

<script src="/some/path/to/pageControl.js"></script>

If that still isn't working, verify that you can type the url to your script file into your browser and get it to download.

3
ответ дан 6 December 2019 в 23:07
поделиться
Другие вопросы по тегам:

Похожие вопросы: