Skip to content

Tag Archives: AJAX

使用juqery创建加载消息Using JQuery for an Ajax loading message

07-Sep-08

The other day I needed to develop a web page that would display a “loading” message while a large and complex query ran. The solution I came up with involves using Ajax via the JQuery JavaScript library, and goes something like this:

1. Build the base page

The base page will be the one that …

Google AJAX Libraries API

30-May-08

Google 最近发布了 AJAX Libraries API。 简单说就是 Google 把一些非常流行的 JavaScript 框架放到 Google 的服务器上。这样大家来说可以充分利用 Google 的服务器资源,节省自己的网络带宽,更重要的是 Google 对这些框架进行了压缩,所以在使用 JavaScript 框架的时候速度方面有很大的提高。目前 Google 已经包含了以下的…