mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#1273 보완 커밋
0f2e900816 수정
hidden 된 생일 속성 input이 있어서 prevAll로 바꿈
* 종합: .parent 를 삭제
This commit is contained in:
parent
0f2e900816
commit
607cc292da
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ jQuery(function($){
|
|||
$.extend(option,$.datepicker.regional['{$lang_type}']);
|
||||
$(".inputDate").datepicker(option);
|
||||
$(".dateRemover").click(function() {
|
||||
$(this).prev('input').val('');
|
||||
$(this).prevAll('input').val('');
|
||||
return false;});
|
||||
});
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue