如何将 javascript $.post 结果插入文本字段。下面是我的代码。但它不工作
$.post("scripts/service_getmaxPrice.php", {id:id}, function(data){
$("#maxPrice").innerhtml.html(data);
document.getElementById('maxPrice').value =html(data);
});
html代码是
<tr><td class="ttxt" style="text-align:right;">Maximum price</td><td><input type="text" id="maxPrice" class="txt" name="maxPrice" />