回答編集履歴
1
見やすくしました
test
CHANGED
@@ -9,8 +9,6 @@
|
|
9
9
|
$(function(){
|
10
10
|
|
11
11
|
$('a').each(function(i,e){
|
12
|
-
|
13
|
-
console.log($(e).attr("href"));
|
14
12
|
|
15
13
|
const href = $(e).attr("href")
|
16
14
|
|