質問編集履歴
1
$('price li a')へ変更
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
|
|