Jump to content
  • 0

перестал работать слайдинг картинок


mstdmstd
 Share

Question

всем привет,

на сайте http://www.adenium.net/oherron.com/web/ перестал работать слайдинг картинок

там вызывается код(я вставил алерты для наглядности):

  	jQuery(document).ready(function($){
alert(-1)

$(function(){
alert(-2)
$('#slides').slides({
preload: true,
preloadImage: 'images/loading.gif',
play: 5000,
pause: 2500,
hoverPause: true,
animationStart: function(current){
$('.caption').animate({
bottom:-35
},100);
if (window.console && console.log) {
// example return of current slide number
console.log('animationStart on slide: ', current);
};
},
animationComplete: function(current){
$('.caption').animate({
bottom:0
},200);
if (window.console && console.log) {
// example return of current slide number
console.log('animationComplete on slide: ', current);
};
},
slidesLoaded: function() {
$('.caption').animate({
bottom:0
},200);
}
});
});

});

Этот код работал - но после очередных изменений перестал работать - когда перестало работать не заметили - так что откатывать назад нереально.

При этом ошибок в консоли нет, все div-обьекты присутствуют.

Возможно библиотека слайдов конфликтует с чем либо ?

там подключены стили и javascript-файлы :

<link rel="stylesheet" type="text/css" media="screen" href="/oherron.com/web/css/main.css" />
<script type="text/javascript" src="/oherron.com/web/js/jquery/jquery.js"></script>
<script type="text/javascript" src="/oherron.com/web/js/jquery/jquery-ui.js"></script>
<script type="text/javascript" src="/oherron.com/web/js/mootools-1.2.4-core.js"></script>
<script type="text/javascript" src="/oherron.com/web/js/slides.min.jquery.js"></script>

Не подскажите в чем может быть проблема ? Или может посоветуете другую либу для слайдинга картинок?

Заранее спасибо!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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