摘要: 概述 jQuery 是继 prototype 之后又一个优秀的 Javascript 框架。其宗旨是—写更少的代码,做更多的事情。它是轻量级的 js 库(压缩后只有21k) ,这是其它的 js 库所不及的,它兼容 CSS3,还兼容各种浏览器(IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+)。 jQuery 是一个快速的,简洁的 javaScript 库,使用户能... 阅读全文
posted @ 2008-10-06 18:58 灵动生活 阅读(573) 评论(2) 推荐(0)
摘要: After sufficiently embarrassing myself with my earlier post, I decided it was high time I spend a little bit more time understanding this problem. And lo and behold Jon Galloway has already written u... 阅读全文
posted @ 2008-10-06 10:07 灵动生活 阅读(1614) 评论(0) 推荐(0)
摘要: If you use AJAX in your web app's, you no doubt have made use of some sort of progress/status indicator that lets the user know that some operation is currently executing. In the app I am currently ... 阅读全文
posted @ 2008-10-06 09:54 灵动生活 阅读(2021) 评论(0) 推荐(0)