搜索资源列表
jQueryAjaxGuestbook
- jquery+ajax无刷新评论源码 实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果 jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示, 实现起来都非常的简单,往往就是几句代码的事。 做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不 提供错误返回信息,不利全面掌控。
Ajax-top10security
- ajax十大安全技术,WEB2.0时代的隐患-There is no inherent security weakness in Ajax but adaptation of this technology vector has changed the Web application development approach and methodology significantly. Data and object serialization was very difficult in
ajax_2page
- 2个页面轻松理解ajax传中文参数访问jsp的两种方式get,post,初学者必看,带注释!-two pages show the way how to access jsp by ajax
rerebbs_1.0
- 蝙蝠论坛系统是本站基于JSF2+Spring3+JPA2等JAVA技术构建的一个小型论坛系统,内置了无处不在的AJAX能力,简洁易用,功能涵盖版面管理、版主设置、发贴、回复、置顶、屏蔽、内部邮件等常用论坛功能,既可以作为非商业性的小型论坛应用,也可以作为学习JSF、Spring、JPA等技术的典型案例项目-Bat forum system is this station based on JSF2+Spring3+JPA2, JAVA technology building of a small
ajaxPost
- ajax post实例,js,asp交互通讯实例。已验证-ajax js asp
xmlhttpexample
- this example show you can comunicate throught two web apges with ajax. You can pass two kide of paramether from the same form: post and get-this example show how you can comunicate throught two web apges with ajax. You can pass two kide of paramether
Ajax
- 1.XMLHttpRequest 2.GET 与POST 3.封装Ajax-1.XMLHttpRequest 2.GET and POST 3. Package Ajax
SSM
- 1、分页 2、数据校验 jquery前端校验+JSR303后端校验 3、 ajax 4、 Rest风格的URI;使用HTTP协议请求方式的动词,来表示对资 源的操作( GET(查询), POST(新增), PUT(修改), DELETE (删除))(1. Pagination 2. Data verification JQuery front end checkout +JSR303 back end check 3, AJAX 4, Rest sty
chapter11
- 基于ajax使用POST方法实现一个图书添加和显示功能,在JSP中接收数据。(Library entry system base on ajax.)