본문 바로가기
반응형

분류 전체보기726

송구영신(짧은 글) 코로나19가 우리의 일상 속으로 들어온 지 2년이 가고 있습니다. 아직도 진행형이기는 하지만 2년 동안 잘 버텨온 우리 스스로에게 칭찬 한 번씩 해주고 다가올 2022년에도 굳건하게 버틸 수 있기를 기원해 봅니다. . . 2021 모두 모두 고생 많이 하셨습니다. 새해 건강하시고 복 많이 받는 한 해가 되길 기원합니다. 2021. 12. 31.
jQuery siblings() Method The siblings() method returns all sibling elements of the selected element. (siblings() 메서드는 선택한 요소의 모든 형제 요소를 반환합니다.) html jQuery siblings() Method jQuery siblings() Method jQuery siblings() Method jQuery siblings() Method jQuery siblings() Method css .layout { border:1px solid #dddddd; width:100%; } ul { list-style:none; padding:0 10px; margin:0; } li { margin:10px 0; padding:5px; border:1px s.. 2021. 12. 31.
jQuery parent() Method The parent() method returns the direct parent element of the selected element. (parent() 메서드는 선택한 요소의 직접적인 부모 요소를 반환합니다.) html Hello Lorem Ipsum Dolor css .color { color:red; font-size:2em; font-weight:bold; } Jquery $( '.p1' ).parent( 'div.d1' ).css( 'font-size', '2em'); $( '.p1' ).parent().siblings('h3').addClass('color'); Result(결과) 2021. 12. 31.
jQuery find() Method The find() method returns descendant elements of the selected element. (find() 메서드는 선택한 요소의 하위 요소를 반환합니다.) html Lorem Ipsum Dolor Lorem Ipsum Dolor css .color { color:red; font-size:2em; font-weight:bold; } Jquery $( '.a' ).find( 'span.s2' ).css( 'font-size', '2em'); $( '.b' ).find( 'span.s3' ).addClass('color'); Result(결과) 2021. 12. 31.
오늘 하루(짧은 글) 미래를 어찌할 수 없다고 하지만 오늘의 내가 어찌하느냐에 따라 미래는 오늘로 인해 변하게 된다. "오늘 하루 행복하게 살아보자" 2021. 12. 31.
alert message box(간단한 경고 메세지 박스) 간단한 경고 메세지 창 소스를 알아보자 html 부분 × Danger! Indicates a dangerous or potentially negative action. × Success! Indicates a successful or positive action. × Info! Indicates a neutral informative change or action. × Warning! Indicates a warning that might need attention. CSS 분분 .alert { padding: 20px; background-color: #f44336; color: #ffffff; margin-bottom: 15px; } .alert.success {background-color: #04.. 2021. 12. 30.
발자국(짧은 글) 인생이라는 길을 걷다 뒤돌아 보면 후회라는 발자국을 남기며 걷고 있다는 것을 알게 된다. 발자국 중 유독 선명한 것들은 기억 속에서 잊히지 않는 아픔 상처들이 대분분이다. "2021년을 마감하며 새로 남겨진 발자국들을 되짚어 본다." 2021. 12. 30.
Give and Take(짧은 글) 주는 것에 행복을 느끼고 받는 것에 감사를 표할 때 덤으로 좋은 친구를 얻는다. 2021. 12. 29.
생각(짧은 글) 살다 보니 스스로 틀에 가둬버린 생각 이제 다시 생각에 자유를 주자. 2021. 12. 28.
부족함(짧은 글) 어제의 내가 자신의 부족함을 알았다면 오늘의 나는 자신의 부족함을 채우기 위해 노력하자. 2021. 12. 27.
빈자리(짧은 글) 지하철 빈자리 많으면 마음에 드는 자리 찾기 위해 바로 앉지 못한다. 반대로 자리가 몇 개 없으면 일단 앉고 본다. 너무 많은 것이 고민이 되기도 하는구나 2021. 12. 26.
웃음(짧은 글) 웃음이 많은 시절도 있었다. 지금의 나는 어떨까? 웃는 나는 없구나. 웃는 나는 어디로 갔을까? 오늘 하루 웃는 나를 찾아봐야겠다. 2021. 12. 24.