Jump to content
  • 0

Не работает Js


Евгений_SB
 Share

Question

Ребят здравствуйте есть простой код  подключенный в отдельном файле

(function($) {
    $(document).ready(function(){
        $('.bxslider').bxSlider();
    });
})(jQuery);

Вопрос: можно ли такой код выносить в отдельный файл? или обязательно вставлять в тело HTML документа

код вынесен в файл main.js

так как код не работает, и выдает ошибку ReferenceError: jQuery is not defined
я так понимаю что  JS не подключен?

в HTML  все прописано
2017_08_11_10_00_32.png
хосты фото

Edited by Евгений_SB
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

выносить код в main.js можно
судя по сообщению jquery не подключился
но было бы не плохо глянуть на на рабочий пример с ошибкой т.к. jquery вроде как подключается
 

Link to comment
Share on other sites

  • 0

вот сам шаблон
1.png
2.png
3.png


хранение фото

хотя браузер выдает ошибку о том что js  не  подключен
1.png

Все разобрался  не было указано (http:)  у //ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js

так все работает http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js

Edited by Евгений_SB
Link to comment
Share on other sites

  • 0

Правильно не было указанно, протоколы cdn как правило проставляются автоматически ( http: && https: ). А вы открываете файл в браузере и получаете file: в качестве протокола.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy