一个同样的js效果要在首页显示2次,调用的是相同的2个jquery文件,第2个部分失效。
如何在一个页面调用2次同一个jquery文件head里面:<scriptsrc="style/js/jquery-1.8.2.min.js"type="text/java...
如何在一个页面调用2次同一个jquery文件
head里面:
<script src="style/js/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="style/js/jquery.carouFredSel-6.2.0-packed.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$('#zy_slider').carouFredSel({
width: '100%',
align: false,
items: 8,
items: {
width: $('#zhiyuan').width() * 0.15,
height: 500,
visible: 1,
minimum: 1
},
scroll: {
items: 1,
timeoutDuration : 5000,
onBefore: function(data) {
// find current and next slide
var currentSlide = $('.slide.active', this),
nextSlide = data.items.visible,
_width = $('#zhiyuan').width();
……此处省略一万字(太多了超出字数限制TAT)
</script>
body里面:复制了一样的,改了id。
这是效果,第一个是好的(自动播放+点击显示),第2个自动播,但是点击显示失效 展开
head里面:
<script src="style/js/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="style/js/jquery.carouFredSel-6.2.0-packed.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$('#zy_slider').carouFredSel({
width: '100%',
align: false,
items: 8,
items: {
width: $('#zhiyuan').width() * 0.15,
height: 500,
visible: 1,
minimum: 1
},
scroll: {
items: 1,
timeoutDuration : 5000,
onBefore: function(data) {
// find current and next slide
var currentSlide = $('.slide.active', this),
nextSlide = data.items.visible,
_width = $('#zhiyuan').width();
……此处省略一万字(太多了超出字数限制TAT)
</script>
body里面:复制了一样的,改了id。
这是效果,第一个是好的(自动播放+点击显示),第2个自动播,但是点击显示失效 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询