質問編集履歴

1

$('price li a')へ変更

2020/05/26 12:52

投稿

begginer_class
begginer_class

スコア14

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  function price() {
28
28
 
29
- var out_price = $('price li').val();
29
+ var out_price = $('price li a').val();
30
30
 
31
31
  console.log(out_price)? //undefined
32
32