摘要:
$("#comm tr").empty();comm为table的id$("#comm tr:not(:first)").empty();保留第一行,删除其它所有的行 阅读全文
posted @ 2010-12-24 10:29 Trible.H 阅读(5729) 评论(0) 推荐(0)
|
|
|
|
摘要:
$("#comm tr").empty();comm为table的id$("#comm tr:not(:first)").empty();保留第一行,删除其它所有的行 阅读全文
posted @ 2010-12-24 10:29 Trible.H 阅读(5729) 评论(0) 推荐(0)
摘要:
$.post(ROOTPATH + "/FieldPack/View", { fipaintno: IntNo }, function(data) { $("#comm tr").empty(); for (var i = 0; i data.length; i++) { var newLine = $("#comm").length; var row = comm.insertRow(newLine); var col = row.insertCell(0); col.innerHTML = data[i].UserIntNo; col = row.insertCell(1); col. 阅读全文
posted @ 2010-12-24 10:28 Trible.H 阅读(4256) 评论(0) 推荐(0) |
|