<table id="app"></table>
function remove()
{
$("#app>tbody").remove()
}
function add(){
$("#app").append('<tr><td>从<label><input type="text" name="fqty" width="50" />件
--- <input type="text" name="eqty" width="50"
/>件</label></td><td><inputtype="text" name="eqty" width="50" /></td><td><a
href="javascript:void(0)" onclick="remove()">删除</a></td></tr>')
}
$('tr').click(function(){$(this).after('<tr><td></td></tr>')
})
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)