0
$.ajax({
type: "POST",
url: url,
success: function(msg){
alert(msg);
}
data: "html"
});
之後,應該返回一個html。但是,如何從HTML文件填充文本框。 因此,例如如何從html中獲取值
如果HTML包含以下部分:
<tr><td class="tabelrow">Name:</td><td class="data">software</td></tr>
一個文本框應與單詞軟件來填補。
我希望這有點清楚。
你有任何服務器端代碼? – yoda 2011-02-07 10:04:34