How to include the jQuery library in a Spring-MVC Eclipse project

前端 未结 7 1189
感动是毒
感动是毒 2020-12-31 14:58

Good day,

I have searched far and wide but all I can find is information about how to add various plugins to Eclipse. I don\'t want a plugin. I want my stinkin\' jQu

相关标签:
7条回答
  • 2020-12-31 15:28

    you can also add dependencies of jquery in your pom.xml and include in the script source: <script type="text/javascript" src="webjars/jquery/2.1.4/jquery.js"></script>

    0 讨论(0)
提交回复
热议问题