ajax
文章平均质量分 77
wdyvonne
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
prototype ajax介绍
一、prototype 中的ajax调用部分分析Ajax.getTransport() 获取一个基本的Request对象自动从 XMLHttpRequest Msxml2.XMLHTTP Microsoft.XMLHTTP 中选择,如果创建失败则返回falseactiveRequestCount 当前的活动reqeust数量 默认为0Ajax.Responders 全局responders[]原创 2008-01-02 11:43:00 · 727 阅读 · 0 评论 -
prototype.js常用函数
prototype.js常用函数: 函数名 解释 举例 Element.toggle 交替隐藏或显示 Element.toggle(div1,原创 2008-01-02 11:55:00 · 293 阅读 · 0 评论
分享