我的网站上有滑块和标签。
当放入jquery选项卡时,滑块不起作用。
我的网站是: -
滑块代码如: -
<script type="text/javascript">
jQuery(function() {
jQuery(".mygallery").jCarouselLite({
visible: 1,
speed: 3000,
auto: 3000,
easing: "backout"
});
});
</script>
我正在使用jquery ui tab。
问题在哪里。