metallphilin
старожил nulled
- Регистрация
- 25 Авг 2006
- Сообщения
- 680
- Реакции
- 212
- Автор темы
- #1
Прошу помощи - в консоле ошибка
Uncaught TypeError: $(...).refineSlide is not a function
at HTMLDocument.<anonymous> (newyear.js:13)
at l (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.A (jquery.js:2)
Вот функция:
$(document).ready(function () {
setTimeout(function () { $('#cntdwn').animate({ top: '-110px' }); }, 3000);
$('#cntdwn').hover(function () {
$(this).animate({ top: '0px' });
},
function () {
$(this).animate({ top: '-110px' });
});
$('#images').refineSlide() ({ // эта строка указана в ошибке
transition: 'cubeV',
controls: 'arrows',
autoPlay : true,
delay : 4000,
transitionDuration : 600
});
});
Что с этим делать? Нашел Для просмотра ссылки Войдиили Зарегистрируйся но правильно сделать - увы, пока не вышло.
Uncaught TypeError: $(...).refineSlide is not a function
at HTMLDocument.<anonymous> (newyear.js:13)
at l (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.A (jquery.js:2)
Вот функция:
$(document).ready(function () {
setTimeout(function () { $('#cntdwn').animate({ top: '-110px' }); }, 3000);
$('#cntdwn').hover(function () {
$(this).animate({ top: '0px' });
},
function () {
$(this).animate({ top: '-110px' });
});
$('#images').refineSlide() ({ // эта строка указана в ошибке
transition: 'cubeV',
controls: 'arrows',
autoPlay : true,
delay : 4000,
transitionDuration : 600
});
});
Что с этим делать? Нашел Для просмотра ссылки Войди