回答編集履歴

1

追記

2015/10/31 06:15

投稿

退会済みユーザー
test CHANGED
@@ -7,3 +7,65 @@
7
7
  jquery + explosion + slider で検索するとこんなのが出てきました。
8
8
 
9
9
  [jQuery Slider Evolution Documentation](http://www.marlenka-shop.cz/lib-js/jquery.slider/transitions.html)
10
+
11
+
12
+
13
+ ---
14
+
15
+
16
+
17
+ このサイトのソースを見れば、以下のように書いてあるので…
18
+
19
+
20
+
21
+ ```html
22
+
23
+ <script type="text/javascript" src="javascript/slider/jquery.slider.js"></script>
24
+
25
+ ```
26
+
27
+
28
+
29
+ jquery.slider.js
30
+
31
+
32
+
33
+ ```
34
+
35
+ /*!
36
+
37
+ * jQuery Slider Evolution - for jQuery 1.3+
38
+
39
+ * http://codecanyon.net/item/jquery-slider-evolution/270714?ref=aeroalquimia
40
+
41
+ *
42
+
43
+ * Copyright 2011, Eduardo Daniel Sada
44
+
45
+ * http://codecanyon.net/wiki/buying/howto-buying/licensing/
46
+
47
+ *
48
+
49
+ * Version: 1.1.6 (14 Jul 2011)
50
+
51
+ *
52
+
53
+ * Includes jQuery Easing v1.3
54
+
55
+ * http://gsgd.co.uk/sandbox/jquery/easing/
56
+
57
+ * Copyright (c) 2008 George McGinley Smith
58
+
59
+ * jQuery Easing released under the BSD License.
60
+
61
+ */
62
+
63
+ ```
64
+
65
+
66
+
67
+ 配布元は[ここだ](http://codecanyon.net/item/jquery-slider-evolution/270714?ref=aeroalquimia)とわかります。
68
+
69
+
70
+
71
+ [http://codecanyon.net/item/jquery-slider-evolution/270714?ref=aeroalquimia](http://codecanyon.net/item/jquery-slider-evolution/270714?ref=aeroalquimia)