swiper的索引值怎么操作?

查看数: 1541 | 评论数: 1 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
lyh
发布时间: 2017-7-29 17:31

正文摘要:

在做一个调查问卷,其他都做好了,就差判断下一道题是否已经回答,回答了能下跳,没有回答就不能下跳。卡了两天了,求大神帮忙 现在的想法就是拿到当前回答的索引,然后判断里面的input是否为空,空就不能跳,否则 ...

回复

末凉· 发表于 2017-7-30 11:14:11
你这是有几个slide子级?

var obj = $('input[name="radio1"]').eq(i).is(':checked');

if(myswiper.activeIndex == 当前页数 && obj == true){
       myswiper.slideNext()
       console.log('跳')
}else{
       return false;
}

Archiver|手机版|小黑屋|Swiper中文网 ( 粤ICP备15001020号

GMT+8, 2024-11-24 10:34 , Processed in 0.093295 second(s), 31 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表