Dojo是一個用javascript語言實現的開源DHTML工具組。 它是在幾個專案捐助基礎上建立起來的(nWidgets,Burstlib,f(m)),這也是為什麼叫它a"unified"toolkit的原因。 Dojo的目標是解決開發DHTML應用程式遇到的那些,長期存在、歷史問題。 historicalproblemswithDHTML跨瀏覽器問題。
Dojo 今天發佈了 1.6 的第一個 Beta 版,而正式版將于 2 月份發佈。 該版本包含很多改造、向後相容以及為 2.0 做準備的一些調整。
另外由於正式版發佈還有一段時間,因此同時發佈了 1.5.1 版本,包含了一些重要的補丁。
The following browsers are supported. If a browser is not supported, it still may work, but no effort is taken to test unsupported browsers and any specific fix for an unsupported browser is likely not to be done:
· Firefox 3.6
·HTTP://www.aliyun.com/zixun/aggregation/11218.html">Safari 4/Safari 5 and Chrome 8
· IE6, IE7, IE8
· Opera 10.50 and later (Dojo core only)
Many of dojo's modules have been converted to AMD format, where each module is wrapped in a define() function, rather than the old dojo.provide() and dojo.require() syntax.
The 1.6 loader does not support the entirety of the AMD format, and it is not asynchronous. We are planning on two new loaders in the future, a more complete sync one and an async one.
Of course, the 1.6 loader also has back-compat support for dojo.require and dojo.provide.
下載位址:HTTP://download.dojotoolkit.org/release-1.6.0b1/