<에러>
Uncaught ReferenceError: $ is not defined
Uncaught ReferenceError: jQuery is not defined
<해결책>
헤더부분에 jquery를 넣어준다.
<script type="text/javascript" src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
'문돌이의 IT > Spring' 카테고리의 다른 글
자바의정석 Chapter 4 반복문 while, do while (0) | 2017.08.17 |
---|---|
how to create JSON data in Spring (0) | 2017.02.05 |
[Spring] how to use redirect: (0) | 2017.02.04 |
[Spring] how to use ModelAttribute (0) | 2017.02.03 |
[Spring]Controller, annotation 기능 확인 (0) | 2016.12.21 |