回答編集履歴

1

コード修正

2015/05/20 12:24

投稿

orange0190
orange0190

スコア1698

test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
  $(".flex-viewport").each(function(index, element){
70
70
 
71
- $("ul > li:not(.clone)").each(function(index, element){
71
+ $(element).find("ul > li:not(.clone)").each(function(index, element){
72
72
 
73
73
  if($(element).hasClass("flex-active-slide")){
74
74