'LIFE (일상다반사)' 카테고리의 다른 글
| 토스 소비 타이틀 (0) | 2020.10.24 |
|---|---|
| 직장인, 좋게 얘기해봐야 최고급 노예 (0) | 2020.10.23 |
| 국토교통부 실거래가 공개시스템 (0) | 2020.10.21 |
| 제주첨단과학기술단지 (0) | 2020.10.16 |
| 직급, 직무, 직위, 직책 (0) | 2020.10.15 |
| 토스 소비 타이틀 (0) | 2020.10.24 |
|---|---|
| 직장인, 좋게 얘기해봐야 최고급 노예 (0) | 2020.10.23 |
| 국토교통부 실거래가 공개시스템 (0) | 2020.10.21 |
| 제주첨단과학기술단지 (0) | 2020.10.16 |
| 직급, 직무, 직위, 직책 (0) | 2020.10.15 |
다른 사람과
다르게 사고하면
이들이 보지 못한 것을 보게 된다.
그것이 성공으로 가는 첫걸음이다.
만약에 주변 사람들이 자신의 생각을
무시하거나 비웃는다면 큰 기회를 잡았다고
생각하면 된다. 지금까지 다른 사람과
똑같이 행동해서 성공한 사람은
단 한명도 없었기 때문이다.
- 짐 로저스의《세계에서 가장 자극적인 나라》중에서 -
* 다른 사람과 달리 보려면
비판적, 창의적 사고 능력이 필요합니다.
그래서, 세계 교육의 혁신을 일으킨 미네르바의
4C가 더욱 주목을 받습니다.
Critical thinking(비판적 사고)
Creative thinking(창의적 사고)
effective Communication(효과적인 소통)
effective Collaboration(협력과 협동)

| 원하는 것을 현실로 만들려면 (0) | 2020.10.26 |
|---|---|
| 파도치는 삶이 아름답다 (0) | 2020.10.23 |
| 새벽은 아무에게나 오지 않는다 (0) | 2020.10.21 |
| '비영리 전문가' 시대 (0) | 2020.10.20 |
| 숙면과 행복 (0) | 2020.10.19 |

올바른 아이독서를 위해 필요한 독서원칙 5가지
www.youtube.com/watch?v=3E2NH_C_os0&feature=youtu.be
www.youtube.com/watch?v=aAwEAvKNdQw&feature=youtu.be
| 2020-10-27, 서울 어린이집등원. 할로윈 이즈뭔들. (0) | 2020.10.27 |
|---|---|
| "아이 때문에 결장, 이게 정상입니까?" 기자 질문에 농구 감독의 감동 인터뷰 (0) | 2020.10.23 |
| 2020-10-20, 서울 일상. 어린이집 등원 (0) | 2020.10.20 |
| 2020-10-08 출근길, 어린이집 등원 (0) | 2020.10.08 |
| 2020-09-27 상암 월드컵경기장 공원 (0) | 2020.09.28 |
| 배워서 바로 쓰는 온라인강의 사이트 정리 모음 (0) | 2020.11.13 |
|---|---|
| 어떨땐 말보다 같이 목넘김 만으로 많은 대화를 나눌때가 있다. #밀정 (0) | 2020.11.08 |
| [사전 안내] 수익 창출을 위한 기능이 곧 찾아갑니다. (0) | 2020.10.20 |
| 성공하는 팀의 5가지 요인 (0) | 2020.10.08 |
| 그것이 수행입니다. (0) | 2020.10.07 |
www.w3schools.com/jquery/jquery_ref_html.asp
jQuery HTML / CSS Methods
jQuery HTML / CSS Methods jQuery HTML / CSS Methods The following table lists all the methods used to manipulate the HTML and CSS. The methods below work for both HTML and XML documents. Exception: the html() method. Method Description addClass() Adds one
www.w3schools.com
MethodDescription
| addClass() | Adds one or more class names to selected elements |
| after() | Inserts content after selected elements |
| append() | Inserts content at the end of selected elements |
| appendTo() | Inserts HTML elements at the end of selected elements |
| attr() | Sets or returns attributes/values of selected elements |
| before() | Inserts content before selected elements |
| clone() | Makes a copy of selected elements |
| css() | Sets or returns one or more style properties for selected elements |
| detach() | Removes selected elements (keeps data and events) |
| empty() | Removes all child nodes and content from selected elements |
| hasClass() | Checks if any of the selected elements have a specified class name |
| height() | Sets or returns the height of selected elements |
| html() | Sets or returns the content of selected elements |
| innerHeight() | Returns the height of an element (includes padding, but not border) |
| innerWidth() | Returns the width of an element (includes padding, but not border) |
| insertAfter() | Inserts HTML elements after selected elements |
| insertBefore() | Inserts HTML elements before selected elements |
| offset() | Sets or returns the offset coordinates for selected elements (relative to the document) |
| offsetParent() | Returns the first positioned parent element |
| outerHeight() | Returns the height of an element (includes padding and border) |
| outerWidth() | Returns the width of an element (includes padding and border) |
| position() | Returns the position (relative to the parent element) of an element |
| prepend() | Inserts content at the beginning of selected elements |
| prependTo() | Inserts HTML elements at the beginning of selected elements |
| prop() | Sets or returns properties/values of selected elements |
| remove() | Removes the selected elements (including data and events) |
| removeAttr() | Removes one or more attributes from selected elements |
| removeClass() | Removes one or more classes from selected elements |
| removeProp() | Removes a property set by the prop() method |
| replaceAll() | Replaces selected elements with new HTML elements |
| replaceWith() | Replaces selected elements with new content |
| scrollLeft() | Sets or returns the horizontal scrollbar position of selected elements |
| scrollTop() | Sets or returns the vertical scrollbar position of selected elements |
| text() | Sets or returns the text content of selected elements |
| toggleClass() | Toggles between adding/removing one or more classes from selected elements |
| unwrap() | Removes the parent element of the selected elements |
| val() | Sets or returns the value attribute of the selected elements (for form elements) |
| width() | Sets or returns the width of selected elements |
| wrap() | Wraps HTML element(s) around each selected element |
| wrapAll() | Wraps HTML element(s) around all selected elements |
| wrapInner() | Wraps HTML element(s) around the content of each selected element |
| [jQuery] jQuery 데이터 속성 값을 기반으로 요소를 찾는 방법은 무엇입니까? (0) | 2020.11.10 |
|---|---|
| [jQuery] javascript - How to format $.now() with Jquery (0) | 2020.11.10 |
| [javascript] jQuery - append, prepend, after, before (0) | 2020.10.21 |
| [javascript] Deleting duplicated values from html form drop-down option list (0) | 2020.10.15 |
| [javascript] null, undefined, 공백 체크 (0) | 2020.10.12 |
jQuery - append, prepend, after, before
before : 선택한 요소의 앞에 내용 삽입
after : 선택한 요소의 뒤에 내용 삽입
prepend : 선택한요소의 자식요소 앞에 내용삽입
append : 선택한요소의 자식요소 뒤에 내용삽입
| after() | Inserts content after selected elements |
| before() | Inserts content before selected elements |
| append() | Inserts content at the end of selected elements |
| prepend() | Inserts content at the beginning of selected elements |
.
| [jQuery] javascript - How to format $.now() with Jquery (0) | 2020.11.10 |
|---|---|
| [javascript] jQuery HTML / CSS Methods (0) | 2020.10.21 |
| [javascript] Deleting duplicated values from html form drop-down option list (0) | 2020.10.15 |
| [javascript] null, undefined, 공백 체크 (0) | 2020.10.12 |
| [CSS] CSS Selector (0) | 2020.09.08 |