emps:19 Uncaught ReferenceError: $ is not defined
at emps:19
(anonymous) @ emps:19
emps:24 GET http://localhost:8080/smvcdemo/scripts/jquery-1.9.1.min.js net::ERR_ABORTED
在springmvc的配置文件中都进行了配置:
<mvc:default-servlet-handler/>
<!-- 在实际开发中通常都需要配置mvc;annotation-driven标签 -->
<mvc:annotation-driven></mvc:annotation-driven>
jQuery引入没有,引入路径最好用绝对路径