回答編集履歴
1
書き換わったので追随
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
$('.list').on('click', '.name', function() {
|
6
6
|
|
7
|
-
$(this).next('.
|
7
|
+
$(this).next('.detail').slideToggle();
|
8
8
|
|
9
9
|
});
|
10
10
|
|