Merge pull request #1274 from misol/member_PC_signin_birthdate_delete_btn_fix

#1273 PC 회원가입 페이지에서 생일 삭제 버튼 작동 되도록 수정
This commit is contained in:
bnu 2015-03-23 17:36:58 +09:00
commit b0685bbe2d

View file

@ -82,7 +82,7 @@ jQuery(function($){
$.extend(option,$.datepicker.regional['{$lang_type}']);
$(".inputDate").datepicker(option);
$(".dateRemover").click(function() {
$(this).parent().prevAll('input').val('');
$(this).prevAll('input').val('');
return false;});
});
})(jQuery);