質問編集履歴
2
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
調べて思い当たるのはdisplay: none;を使用すると2つめのタブからJQueryが効かないという事です。
|
12
12
|
|
13
|
-
http://ameblo.jp/mimoesnotepad/entry-11826518819
|
13
|
+
[display:none;を使わないタブtab](http://ameblo.jp/mimoesnotepad/entry-11826518819.html)
|
14
14
|
|
15
15
|
上記サイトを参考に実装してみましたが、一つ目のタブから要素が表示されませんでした。
|
16
16
|
|
@@ -18,17 +18,15 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
現在、実装しているCSSを変えずにJSで制御出来ればと考えています。
|
22
|
-
|
23
21
|
分かる方がいらっしゃいましたら、お力をお借りできれば幸いです。
|
24
22
|
|
25
23
|
よろしくお願いいたします。
|
26
24
|
|
27
25
|
|
28
26
|
|
29
|
-
Swiper:http://idangero.us/swiper/#.WAN9cpiLSRs
|
27
|
+
Swiper:[http://idangero.us/swiper/#.WAN9cpiLSRs](http://idangero.us/swiper/#.WAN9cpiLSRs)
|
30
|
-
|
28
|
+
|
31
|
-
READMORE:http://jedfoster.com/Readmore.js/
|
29
|
+
READMORE:[http://jedfoster.com/Readmore.js/](http://jedfoster.com/Readmore.js/)
|
32
30
|
|
33
31
|
|
34
32
|
|
1
コードの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -234,6 +234,12 @@
|
|
234
234
|
|
235
235
|
}
|
236
236
|
|
237
|
+
.tab li.tab_select {
|
238
|
+
|
239
|
+
cursor:pointer;
|
240
|
+
|
241
|
+
}
|
242
|
+
|
237
243
|
.tab_content {
|
238
244
|
|
239
245
|
width: 820px;
|