원본출처 | http://news.naver.com/main/read.nhn?mode=LSD&mid=sec&sid1=102&oid=016&aid=0000720485&viewType=pc 주소복사
서울시가 최근 공개한 ‘서울시민이 희망하는 노후 생활’ 통계에 따르면 60세 이상 서울 시민의 45.2%는 자녀와 동거 중인 것으로 조사됐다. 자녀와 함께 거주하는 이유로는 60세 이상 부모들의 39.7%가 ‘경제적, 건강상 이유로 자녀의 독립생활이 불가능해서’라고 답했다.
댓글
| 총 27 개
cntsft.require( "service/gaia/CommentReplyController" ).run( function(){
new ruliweb.CommentReplyController({
formName: "updateCommentForm",
replyFormTempId: "recommentInputTableRowTemplate",
replyButtons: daum.$A(daum.$$(".new_cmt .list_cmt .btn_reply"))
});
});
(function(){
var commentElemWrapper = daum.$$(".recomment .box_txt_area")[0],
commentMsgElem = daum.$$(".message", commentElemWrapper)[0],
commentElem = daum.$('recomment');
function showMsg() { daum.removeClassName(commentElemWrapper, 'hasval'); }
function hideMsg() { daum.addClassName(commentElemWrapper, 'hasval'); }
daum.addEvent(commentMsgElem, 'click', function() {
commentElem.focus();
});
daum.addEvent(commentElem, "focus", function() {
hideMsg();
});
daum.addEvent(commentElem, "blur", function() {
var value = this.value.replace(/^\s+|\s+$/g, "");
if (value.length === 0) {
showMsg();
}
});
}());