function AddRow(_this, Pid) { Row = $("#"+Pid +" tr"); IndexLast = $("#"+Pid +" tr:last").index(); $(Row[IndexLast-1]).after("\ \ \ \ \ \ Удалить\ "); } function DeliteRow(_this, Pid) { $("#"+Pid+" input").attr("value",""); $("#"+Pid).css("display","none"); }