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
- FileZilla다운로드
- selectedIndex
- push오류
- 1521
- hide
- excel중복체크
- toFixed()
- addClass
- 파일질라다운로드
- Math.floor()
- Parent
- selectoptions
- removeClass
- calc.plus
- slideUp
- 소스트리인증실패
- Excel
- index %
- is_check
- FileZilla설치
- calc.minus
- 증가값
- 파일질라설치오류
- Math.ceil()
- SUB함수
- ctrl+/
- 주석이 먹히지 않을 때
- Math.round()
- 파일질라설치
- Git
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.27] exam02(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">
function hello($) {
var h1 = $('#hello');
h1.html("Hello jQuery!!")
}
jQuery(hello);
</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] exam03(01_helloJQuery) (0) | 2021.09.27 |
[21.09.27] exam01(01_helloJQuery) (0) | 2021.09.27 |