<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>testing...</h1>
<script>
alert('hi');
</script>
</body>
</html>
'프론트엔드 개발 놀이터 > jQuery' 카테고리의 다른 글
Cannot read property 'msie' of undefined 에러 나올때 (0) | 2022.05.14 |
---|---|
제이쿼리(jQuery) CDN (0) | 2022.05.14 |
jQuery .ready() vs .onload() (0) | 2020.11.15 |