我需要从幻灯片中获取文字。我的团队使用swiper
滑块。我读了这个滑块的文档,试着得到这样的文字:
var mySwiper = new Swiper('.swiper-container',{
onSlideChangeEnd: function(swiper){
var index = swiper.actionIndex;
var selector = 'div[swiper-slide-index="'+index+'"]';
var value = $(this).find(selector).text();
console.log(value);
}
})
但我没有收到短信。 我也用过:
var value = $(.swiper-slide-active).text();
console.log(value);
但我一无所获。
答案 0 :(得分:0)
map.root :controller => "home", :action => "index"
我如何获得文字;