문서 | 날짜 | 사용자 | 설명 |
|
2022/06/22 20:28 |
오션 |
data-* attributes
* description : data-* attributes
* author : 오션
* email : shlim@repia.com
* lastupdate : 2022-06-22 Wed
data-* attributes
출처:WHATWG (Web Hypertext Application Technology Working Group)
웹 하이퍼텍스트 애플리케이션 테크놀로지 워킹 그룹 |
|
2021/06/08 08:02 |
오션 |
HTML data-* Attributes
* description : HTML data-* Attributes
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-06-08
The source of the article
HTML data-* Attributes
Example
<body>
<h1>Species</h1>
<p>Click on a species to see what type it is:</p>
<ul>
<li onclick="showDetails(this)" id="owl" data-animal-type="bird">Owl</li>
<!-- 클릭 시 The Owl is a bird.라고 alert창에 표시 -->
<li onclick="showDetails(this)" id="salmon" data-anim… |
|
2022/04/06 11:56 |
오션 |
JavaScript JSON Data Types
* description : JSON Data Types
* author : 오션
* email : shlim@repia.com
* lastupdate : 2022-04-06 Wed
The source of this article
JSON Data Types
Valid Data Types
JSON에서 value는 아래의 데이터 타입 중 하나이어야 합니다. |
|
2022/09/19 11:49 |
오션 |
jQuery .data()
* description : jQuery .data()
* author : 오션
* email : shlim@repia.com
* lastupdate : 2022-09-19 Mon
jQuery .data()
Store arbitrary data associated with the matched elements
일치하는 요소와 연결된 임의의 데이터를 저장하거나, |
|
2020/08/14 11:45 |
주레피 |
Kaggle
* description :
* author :
* email :
* lastupdate :
Intro
Case Study
Tip
Troubleshooting
Ref
data kaggle |