■ jQuery 기본 형식 > JQUERY

본문 바로가기

사이트 내 전체검색

뒤로가기 JQUERY

■ jQuery 기본 형식

페이지 정보

작성자 관리자 작성일 21-07-19 13:51 조회 827 댓글 0

본문

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Insert title here</title>

<script src="http://code.jquery.com/jquery-1.12.4.min.js"></script>

<script src="http://code.jquery.com/jquery-migrate-1.4.1.min.js"></script>

</head>

<body>


<script>

$(document).ready(function(){ // 아래와 동일

console.log("jQuery Start~");

});

</script>


<script>

$(function(){ // 짧게 표현 가능

console.log("jQuery Start~");

});

</script>


</body>

</html>



a8282109bad424333f9563c3cc233bf4_1626670293_3601.png
 

추천0 비추천 0

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기