250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 게시판 만들기
- 코사인 유사도
- 이력서
- 토픽추출
- r
- jsp 파일 설정
- 파이썬
- mysql
- tomoto
- 네이버뉴스
- Topics
- 크롤링
- 과학백과사전
- db
- 지마켓
- spring MVC(모델2)방식
- Websocket
- java
- Python
- pytorch
- RESFUL
- oracle
- 방식으로 텍스트
- (깃)git bash
- 幼稚园杀手(유치원킬러)
- word2vec
- test
- lda
- Gmarket
- 자바
Archives
- Today
- Total
무회blog
//지정내용, 그리드 제목 없애기 / jQuery_css 본문
/* <div id="red"></div>
<div id="green"></div>
<div id="blue"></div> */
#red{
background-color: red;
width:20px;
height:20px;
border-radius: 20px;
}
#green{
background-color: green;
width:20px;
height:20px;
border-radius: 20px;
}
#blue{
background-color: blue;
width:20px;
height:20px;
border-radius: 20px;
}
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script defer src="./index.js"></script>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<h1>title</h1>
<div id="grid"></div>
<!-- 원을 그리기 -->
<div id="red"></div>
<div id="green"></div>
<div id="blue"></div>
</body>
</html>
// 그리드 제목 없애기
$('#red').hide()
'js > jQuery' 카테고리의 다른 글
js(jQuery) Ajax ,Test_002 하기, (https url경로의 json 데이터 load 해서 읽어 오기) (0) | 2022.06.19 |
---|---|
js(jQuery) Ajax ,Test_001 하기, (txt 파일 load 해서 읽어 오기) (0) | 2022.06.19 |
BootStrap 모달창 넣기 (0) | 2022.06.13 |
제이쿼리라이브러리 , jquery-3.4.1.js (0) | 2020.04.09 |
Ajax 메소드 (0) | 2020.04.09 |
Comments