Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 증가값
- calc.minus
- ctrl+/
- hide
- Parent
- removeClass
- 파일질라다운로드
- Math.floor()
- push오류
- 주석이 먹히지 않을 때
- toFixed()
- index %
- 1521
- Excel
- calc.plus
- 파일질라설치
- Math.round()
- is_check
- SUB함수
- FileZilla설치
- slideUp
- Math.ceil()
- selectedIndex
- addClass
- excel중복체크
- FileZilla다운로드
- Git
- selectoptions
- 파일질라설치오류
- 소스트리인증실패
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.27] exam03(01_helloJQuery) 본문
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<h1 id="hello"></h1>
<script type="text/javascript" src="../js/jquery-3.6.0.min.js"></script>
<script type="text/javascript">
jQuery(function($){
var h1 = $('#hello');
h1.html("Hello jQuery!!");
});
</script>
</body>
</html>
728x90
반응형
'JAVA_EE > JQuery' 카테고리의 다른 글
[21.10.06] exam01(02_jQueryEvent) - (0) | 2021.10.06 |
---|---|
[21.09.27] exam05(01_helloJQuery) (0) | 2021.09.27 |
[21.09.27] exam04(01_helloJQuery) (0) | 2021.09.27 |
[21.09.27] exam02(01_helloJQuery) - (0) | 2021.09.27 |
[21.09.27] exam01(01_helloJQuery) (0) | 2021.09.27 |