jQuery 筆記

jQuery自稱 “New Wave Javascript”,半點也不假。讀 jQuery 的 tutorials15 Days of jQuery 就和初看 Ruby on Rails 時的感覺一樣:「這才是 Programming 嘛!」,用過 jQuery 就很自然對其他 JS lib 不感興趣。

RoR 很少地方技援,也沒時間建 server 練習,但 JQuery 不同,有個 Firefox + Firebug 就可以寫,很方便。不過這不能保證你寫的 code 能在 IE run (!),先陣子把以前用 Prototypescript.aculo.us 寫的陽春 Ajax Gallery 改為 jQuery,也花了不少時間為 IE debug 或改寫 workaround,特此記下兩則以作日後參考:

.ajaxstop() IE Bug: jQuery 1.0.4 將會有 bug fixed,等不及可以到 SVN 自行更新。
IE image cache not fire .load() : 這個嚴格來說不是 jQuery 的錯,是 IE 的問題。 Workaround 是 pass 個 random query string 給 image.src() 去避免 IE cache。CT


Leave a Reply