搜索资源列表
-
0下载:
利用js实现与服务器的异步交互,利用ajax 的jquery实现不刷新效果-Js to achieve the use of asynchronous interaction with the server, using ajax does not refresh the jquery effects to achieve
-
-
0下载:
ajax精简框架//更新2012-2-20
//1、异步数据加载可以进行加载方式get,post的设定
//2、异步同步模式的属性设定
//3、数据加载自动超时设置
//4、***数据加载事件的添加,通过事件可以进行服务器数据的实时处理
//5、增加回调函数中用户自定义参数this.e
//6、增加ajax反复提交控制,只需将ajax对象定义为全局变量,每次提交都会进行等待上次提交的执行结果
//7、修改数据反复提交时XmlHttp对象被反复创建的问题
//8、修
-
-
0下载:
AJAX允许以异步的方式向Web服务器发出请求。这种方式就使客户端浏览器可以持续为用户提供内容和操作界面而不必等待服务器的响应。-AJAX allows a request to the Web server in an asynchronous manner. This way the client browser can continue to provide users with content and user interface without having to wait for a
-
-
0下载:
Ajax是基于服务器的页面异步处理技术。也就是改变了古老的用户请求-等待-响应这种web交互模式。
-Ajax is a server-based page asynchronous processing technology. Is to change the old user request- wait- in response to such web interactive mode.
-
-
0下载:
通过ajax异步验证实现不刷新页面的情况下访问服务器处理数据,并根据数据的处理结果按你想要的方式对页面作出即时更改-By ajax asynchronous access server to verify the implementation does not refresh the page when processing data, and according to the way you want to make immediate changes to the page based on
-
-
0下载:
简易Ajax开发实现登录,注册,模拟充值,排序等功能:
1、 编写登录页面(Login.jsp)、充值页面(Pay.jsp)、充值记录页面(PayRecorder.jsp),各页面必须充分考虑用户体验,具体要求包括:
1) 登录时,在本地检查各表单项是否为空、长度是否满足要求等(要求使用formValidator)。
2) 登录时,异步提交到服务器检查用户名/密码是否正确(检查逻辑位于struts的Action类中)。
3) 使用jQuery的API实现充值页面中各种充值方式和面
-