我有一部法典,从一个充满活力的桌子上删除tr(每tr有独一无二的id:三):):
tri = $("#"+trid+"");
var newrow = <tr id="newr"><td colspan="4" align="center"><div id="nrow"> </div></td></tr> ;
tri.after(newrow);
tri.detach();
然后,我用中文本超正文将表格放在零行。 第一次开工时,有一只 j子。
当表格被取消时,我把名单重新贴在:
setTimeout("tri.replaceAll( $( #newr ) )", 400);
This all works beautifully, except that it kills the jquery ui datepicker in the form if I try to edit that (or any) row after that. I ve trouble shot it down to being the replaceAll line. If I take that out and replace the list by building it again it works just fine (it s not the timeout either).
因此,在不使用替代物(替代工作)的情况下,是否还有另一种办法用碎块物体三取代tr新器?
EDIT:
因此,这就是我如何将表格从网页上其他地方的四点移走:
eP = $( #eP );
eP.replaceAll( $( #nrow ) );
$("#editPast").show( blind , ,500, );
e P 含有隐藏的潜伏器......
然后,在取消职能时,我回过来:
setTimeout(function() {eP.appendTo($( #ePreplace )); }, 500); (thanks adeneo!)
......
因此,我猜测我的问题是,电子邮局在被用在Nonrow(即html)之后,拖拉日期。
缩略语