如果
alert($(TheButton).parent().parent().children("td").html());
返回
<input id="Quantity" name="Quantity"
style="width: 35px;
background-color: rgb(254, 254, 254);" type="text" value="1">
为什么
alert($(TheButton).parent().parent().children("td").val());
返回一个空字符串?