0
入力があるテーブルがあります。入力データが定義されていません
<tr id="1">
<th>1</th>
<th>ball</th>
<th>10euro</th>
<th><input type="text" class="input col-xs-1 sum" value="1"></th>
<th style="text-align:center;"><i class="fa fa-shopping-cart fa-2x"></i></th>
<th style="text-align:center;"><i class="fa fa-times fa-2x" id="addproduct1"></i></th>
</tr>
、スクリプト
var data = $("#1.sum").value;
alert(data);
しかし、データは常にnull /未定義です。私が試したあらゆる方法はnull/undefinedです。あなたは私を助けて何が間違っているのか教えてください。
ありがとう、残念ながらまだ未定義:( – BillyB
であってもよいしたいので、あなたは、上記のjQueryの要素を持っています).val()の代わりに? – gaetanoM
今、働いています。ありがとうございました。1つの悪い手紙のような小さなものは、最も難しいです:) – BillyB