質問編集履歴
3
内容の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,4 +26,4 @@
|
|
26
26
|
|
27
27
|
以下のようなページにして、飛び先をフィルター選択状態にしたいのです。。。
|
28
28
|
|
29
|
-
|
29
|
+
https://www.webprofessional.jp/building-a-filtering-component-with-css-animations-jquery/
|
2
内容の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,4 +26,4 @@
|
|
26
26
|
|
27
27
|
以下のようなページにして、飛び先をフィルター選択状態にしたいのです。。。
|
28
28
|
|
29
|
-
https://www.webprofessional.jp/building-a-filtering-component-with-css-animations-jquery/
|
29
|
+
[リンク(このようなページ)](リンクで別ページのボタンを押した状態にするにはどう記述をすればいいでしょうか? ページA <a href="??????">3</a> 飛び先B <button class="filter" data-filter="all1">1</button> <button class="filter" data-filter="all2">2</button> <button class="filter" data-filter="all3">3</button> <button class="filter" data-filter="all4">4</button> ボタンを押すとソート出来る仕様になっており、AからBにリンクを貼る際「ソートボタンを押した状態にしたい」です。 以下のようなページにして、飛び先をフィルター選択状態にしたいのです。。。 https://www.webprofessional.jp/building-a-filtering-component-with-css-animations-jquery/)
|
1
内容の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,10 @@
|
|
1
|
-
リンクで別ページのボタンを押した状態にする
|
1
|
+
リンクで別ページのボタンを押した状態にするにはどう記述をすればいいでしょうか?
|
2
2
|
|
3
3
|
|
4
4
|
|
5
5
|
ページA
|
6
|
+
|
7
|
+
<a href="??????">3</a>
|
6
8
|
|
7
9
|
|
8
10
|
|
@@ -19,3 +21,9 @@
|
|
19
21
|
|
20
22
|
|
21
23
|
ボタンを押すとソート出来る仕様になっており、AからBにリンクを貼る際「ソートボタンを押した状態にしたい」です。
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
以下のようなページにして、飛び先をフィルター選択状態にしたいのです。。。
|
28
|
+
|
29
|
+
https://www.webprofessional.jp/building-a-filtering-component-with-css-animations-jquery/
|