mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
가입 폼 이동 시 하위 input id, name 속성 제거
가입 폼 이동 시 복제되는 input의 id, name 속성을 제거하여, 중복을 방지합니다.
This commit is contained in:
parent
f613841a1b
commit
b94b16d081
1 changed files with 1 additions and 1 deletions
|
|
@ -1299,7 +1299,7 @@ jQuery(function($){
|
|||
position = {x:event.pageX, y:event.pageY};
|
||||
offset = getOffset($tr.get(0), ofspar);
|
||||
|
||||
$clone = $tr.attr('target', true).clone(true).appendTo($table);
|
||||
$clone = $tr.attr('target', true).clone(true).find('input').removeAttr('id name').end().appendTo($table);
|
||||
|
||||
// get colspan
|
||||
cols = ($th=$table.find('thead th')).length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue