文件名称:JQuery_Remote_callback_via_getJSON
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-11-06
- 文件大小:
- 34kb
- 下载次数:
- 0次
- 提 供 者:
- Buyd****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个前端后端通过JQuery的getJSON函数交互json数据的例子。
前端网页是front.html,后端处理的模块是back.jsp
把back.jsp、front.html及jquery-1.8.3.min.js部署在Tomcat的webapps的ROOT下,通过在浏览器输入: http://xxx.xxx.xxx.xxx:xxxx/front.html 的方式访问front.html,页面上有两个按钮,一个是提交,系统将会以导向并刷新到另一个页面的方式返回json数据,一个是检查,系统将会不刷新整个页面而返回json数据。
-This is a front-end back-end interaction through JQuery s getJSON function json data examples.
The front page is front.html, back-end processing module is back.jsp
The back.jsp, front.html and jquery-1.8.3.min.js deployed in Tomcat webapps of ROOT, through the browser, enter: http://xxx.xxx.xxx.xxx:xxxx/front. html way to access front.html, there are two buttons on the page, one is submitted, the system will be to guide and refresh the page returned to the way another json data, a check, the system will not refresh the entire page and return json data.
前端网页是front.html,后端处理的模块是back.jsp
把back.jsp、front.html及jquery-1.8.3.min.js部署在Tomcat的webapps的ROOT下,通过在浏览器输入: http://xxx.xxx.xxx.xxx:xxxx/front.html 的方式访问front.html,页面上有两个按钮,一个是提交,系统将会以导向并刷新到另一个页面的方式返回json数据,一个是检查,系统将会不刷新整个页面而返回json数据。
-This is a front-end back-end interaction through JQuery s getJSON function json data examples.
The front page is front.html, back-end processing module is back.jsp
The back.jsp, front.html and jquery-1.8.3.min.js deployed in Tomcat webapps of ROOT, through the browser, enter: http://xxx.xxx.xxx.xxx:xxxx/front. html way to access front.html, there are two buttons on the page, one is submitted, the system will be to guide and refresh the page returned to the way another json data, a check, the system will not refresh the entire page and return json data.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
JQuery远程调用getJSON\back.jsp
.....................\front.html
.....................\jquery-1.8.3.min.js
.....................\说明.txt
JQuery远程调用getJSON