jQuery 工具似乎没有在 IE 7 中初始化。IE 7 说第 240 行字符 3 存在问题。
这是我的代码:
<script>
$(document).ready(function() {
$("#slidertabs").jtTabs("#slider-content > p", {
effect: 'fade',
fadeOutSpeed: "slow",
current: 'active',
rotate: true,
}).slideshow({autoplay: true, interval: 6000, clickable: false}); // <-- line 240
});
</script>