文件名称:ajax
- 所属分类:
- 其它源码
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 邬**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ajax精简框架//更新2012-2-20
//1、异步数据加载可以进行加载方式get,post的设定
//2、异步同步模式的属性设定
//3、数据加载自动超时设置
//4、***数据加载事件的添加,通过事件可以进行服务器数据的实时处理
//5、增加回调函数中用户自定义参数this.e
//6、增加ajax反复提交控制,只需将ajax对象定义为全局变量,每次提交都会进行等待上次提交的执行结果
//7、修改数据反复提交时XmlHttp对象被反复创建的问题
//8、修复重大BUG,多个AJAX事件覆盖问题-ajax Compact fr a mework// Update 2012-2-20
//1, asynchronous data loading can be loaded way to get the setting of the post
//2, asynchronous synchronization mode property is set
//3, the data is loaded automatically timeout setting
/ /*** Load event to add an event can be a real-time processing of server data
//5, increasing the user-defined callback function parameters this.e
//6, an increase ajax repeatedly submitted to control, just the ajax object is defined as global variables, each commit will wait for the last submission of the Executive
Line results
//7, modify the data repeatedly submitted XmlHttp objects repeatedly created
//8, to repair a major BUG multiple AJAX event coverage problems
//1、异步数据加载可以进行加载方式get,post的设定
//2、异步同步模式的属性设定
//3、数据加载自动超时设置
//4、***数据加载事件的添加,通过事件可以进行服务器数据的实时处理
//5、增加回调函数中用户自定义参数this.e
//6、增加ajax反复提交控制,只需将ajax对象定义为全局变量,每次提交都会进行等待上次提交的执行结果
//7、修改数据反复提交时XmlHttp对象被反复创建的问题
//8、修复重大BUG,多个AJAX事件覆盖问题-ajax Compact fr a mework// Update 2012-2-20
//1, asynchronous data loading can be loaded way to get the setting of the post
//2, asynchronous synchronization mode property is set
//3, the data is loaded automatically timeout setting
/ /*** Load event to add an event can be a real-time processing of server data
//5, increasing the user-defined callback function parameters this.e
//6, an increase ajax repeatedly submitted to control, just the ajax object is defined as global variables, each commit will wait for the last submission of the Executive
Line results
//7, modify the data repeatedly submitted XmlHttp objects repeatedly created
//8, to repair a major BUG multiple AJAX event coverage problems
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ajax.js