回答編集履歴

1

見やすくしました

2020/12/05 22:39

投稿

tomtomtomtom
tomtomtomtom

スコア563

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