Swiper中文论坛
标题:
为什么ie9的swiper失效
[打印本页]
作者:
echo-swiper
时间:
2018-11-2 15:16
标题:
为什么ie9的swiper失效
var
mySwiper =
new
Swiper(
'.swiper-container'
,
{
direction
:
'horizontal'
,
loop
:
true
,
autoplay
: {
delay
:
4000
,
}
,
pagination
: {
el
:
'.swiper-pagination'
,
paginationType
:
'custom'
,
clickable
:
true
,
renderBullet
:
function
(index
,
className) {
var
text =
$
(
".
swiper-slide
"
).
eq
(index +
1
).
attr
(
'src'
)
;
var
pictype =
$
(
".
swiper-slide
"
).
eq
(index +
1
).
next
(
'input'
).
val
()
;
return
'<li class="'
+ className +
'"color:#ffc66d;">typeblock
(this)"color:#ffc66d;">typenone
(this)"><img src="'
+ text +
'"><div class="pictype">'
+ pictype +
'</div></li>'
;
}
,
}
,
navigation
: {
nextEl
:
'.swiper-button-right'
,
prevEl
:
'.swiper-button-left'
,
}
})
;
这个是swiper的初始化代码,ie11可以,ie9就报错
1541142899(1).jpg
(24.45 KB, 下载次数: 151)
下载附件
保存到相册
2018-11-2 15:15 上传
欢迎光临 Swiper中文论坛 (http://bbs.swiper.com.cn/)
Powered by Discuz! X3.2