回答編集履歴

1

説明不足かもしれなかったので少し足しました

2018/10/28 04:52

投稿

akihiro3
akihiro3

スコア955

test CHANGED
@@ -1,3 +1,11 @@
1
+ カスタマイズは自己責任でお願いします
2
+
3
+ とりあえず、可読しやすくしておいたので読んでみてください
4
+
5
+
6
+
7
+ ```js
8
+
1
9
  /*!
2
10
 
3
11
  * jQuery Steps v1.1.0 - 09/04/2014
@@ -543,3 +551,5 @@
543
551
  return 0 > d || d >= c.stepCount || c.currentIndex === d ? !1 : (I(a, d), c.currentIndex > d && (c.currentIndex--, O(a, b, c)), c.stepCount--, l(a, d).remove(), k(a, d).remove(), j(a, d).parent().remove(), 0 === d && a.find(".steps li").first().addClass("first"), d === c.stepCount && a.find(".steps li").eq(d).addClass("last"), F(a, b, c, d), D(a, b, c), !0)
544
552
 
545
553
  }
554
+
555
+ ```