Jump to content
  • 0

Проблема с работой jquery UI


LaSerge
 Share

Question

Итак, вопрос в следующем.

На простой свёрстанной html-странице для слайд-шоу контента я подключаю jquery-ui-1.8.16 и jquery-1.5.1.js, разумеется.

Стили и инициализация выполнены верно, слайд-шоу работает.

Инициализация:

$(document).ready(function() {

$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);

});

На локальном сервере всё то же самое порождает ошибки:

>jQuery is not defined

>$(document).ready is not a function

Как с этим разобраться?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Пути подключения библиотек корректны, я проверил.

Кроме этих двух ещё подключаются:

jquery.carouFredSel-4.4.3.js

jquery.ifixpng.js

prototype.js

scriptaculous.js

Причём, если убрать эти остальные, то ошибки несколько меняются:

>jQuery is not defined

>$("#featured").tabs is not a function

Файрбаг в Мозилле указывает:

>jQuery is not defined

- на jquery-ui-1.8.16.custom.min.js()

Насколько мне ясно, вся проблема тут в jquery-ui-1.8.16.custom.min.js()

Но тогда почему это работает на простой странице?

Link to comment
Share on other sites

  • 0

да, кстати, не указал сразу инициализацию:

(У меня должны работать слайд-шоу и карусель, которая, почему-то работает только если $ заменить на jQuery):

jQuery(document).ready(function() {

jQuery("#mycarousel").carouFredSel({

items : 4,

scroll : {

items : 1,

duration : 500,

pauseOnHover : true

}

});

$("#featured").tabs(\{fx:\{opacity: "toggle"}}).tabs("rotate", 5000, true);

});

- я в этом месте не совсем понимаю, как правильно вставить jQuery.noConflict();

Link to comment
Share on other sites

  • 0

Так, спасибо за внимание, вопрос решился неожиданно (и, к моему стыду, очевидно) - надо было jquery.js раньше всех других библиотек подключать,

она у меня шла второй по счёту.

Большое спасибо всем за внимание и терпение!:)

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