-
- JavaScript: HTTP Requests (AJAX)
- Weather:多云 ,西南风 3-4级 ,最低气温21 ℃
- 2005-08-26
Field of Use
Lately, as more and more browsers integrated support of the JavaScript XMLHTTPRequest object, it suddenly became more and more popular. And not without reason, this method can come in very handy in lots of situations. What does it do? It allows you to send HTTP requests from the client to retrieve additional data after the (X)HTML page has been rendere...
- Views(3467) | Comments(0) | In 网页前端技术
-
- Prototype.js的分析
- Weather:阵雨 ,东北风 5-6级 ,最高气温25 ℃
- 2005-08-24
prototype.js是一个很强大的Javascript函数库,它可以让你很轻松的使用一些特效,实现AJAX的功能.虽然prototype.js是为了Ruby On Rails开发的,它的纯Javascript的性质也使得它很容易用在其他的网络程序中。可惜的是,Prototype.js还没有强大的文档解释,尽管它的代码非常有条理,但是也给初学者造成了一定的麻烦。作者在README里说:
- Views(3736) | Comments(0) | In 网页前端技术
-
- prototype 源码解读 之 prototype.js
- Weather:多云,东北风3-4级,最高气温28℃
- 2005-08-23
最近一直在研究AJAX,也试验性地用在自己的页子上,但是用POST的时候一直不怎么行,虽然很早就知道了prototype.js这个封装的很好的ajax类,但是一直没时间去读那些英文注释,于是上网找来这篇,一起学习.
以下内容为引文:
我喜欢Javascript,热衷于 Ajax 应用。我把自己阅读prototype源码的体会写下来,希望对大家重新认识 Javascript 有所帮助。
代码:
/**
* 定义一个全局对象, 属性...- Views(4080) | Comments(0) | In 网页前端技术
