您的位置:首页 > Web前端 > JQuery

Spring MVC with jQuery Demo

2013-05-18 20:04 501 查看
Reference: http://blog.springsource.org/2010/01/25/ajax-simplifications-in-spring-3-0/

1. Prerequisites:

A working spring MVC project.

2. Download jQuery

URL: http://jquery.com/download/

I prefer jquery-2.0.0.js, which is for development, whereas jquery-2.0.0.min.js is compressed and born for production use.

3. Place the jquery-2.0.0.js in src/main/webapp/resources folder

The folder name depends on personal preference, I am fond of convention indeed.

4. Revise the view file such as JSP.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐