Reputation: 2524
I downloaded jquery library and added it to WebContent/js folder in Spring MVC project. In my jsp file i have a line but when i try to use jquery functions, it doesnt work. When i replace source path to "http://code.jquery.com/jquery-latest.js" it works fine. Jsp files are located in "WebContent/WEB-INF/jsp" folder. What is the correct path to jquery library?
Upvotes: 1
Views: 1168