Skip to Content | Skip to Navigation


Get Started Using Dojo 1.5.0

Quick Start: No Download Required

  • Dojo is hosted publicly on two high-quality Content Distribution Networks provided by Google and AOL. You can utilize the full Dojo Toolkit from one of these services by adding the following line to your HTML page:

    Dojo From Google CDN:

    <script src="http://ajax.googleapis.com/ajax/libs/dojo/1.5/dojo/dojo.xd.js" type="text/javascript"></script>

    Dojo From AOL CDN:

    <script src="http://o.aolcdn.com/dojo/1.5/dojo/dojo.xd.js" type="text/javascript"></script>

Get the Code: Download Dojo

  • Dojo Base:
    .

    A single-file download providing only the base Dojo APIs. Stable, reliable, professional tools for Ajax, events, packaging, CSS-based querying, animations, JSON, language utilities ... and that's just the beginning!

    Save file to your web server, and include into your pages with a <script> tag. If you wish to take advantage of the full functionality of the Dojo Toolkit, use a CDN or retrieve the full download below.

  • Dojo Toolkit Release:
    .

    A small archive, containing the full Dojo, Dijit, and DojoX projects. Compressed and optimized for immediate deployment. All non-essential files have been removed from this distribution including tests and demonstrations. This download is ideal for situations where a custom build will not be required.

    If you wish to utilize the Build System to create custom optimized versions of Dojo and your own JavaScript, obtain the Dojo SDK release.

Tools: Dojo SDK

  • Dojo Toolkit SDK
    .

    A full, uncompressed source release of the Dojo Toolkit -- ideal for development. Package contains all the tools needed to build, document, test, and develop with Dojo. All unit tests and functional demos are included in this release.

    These files are not compressed in any way, so load times will be considerably slower using this version. Using the uncompressed source in development makes debugging substantially easier, though it is highly recommended you run a custom build from this tree before placing in production.

  • Dojo from SVN

    http://svn.dojotoolkit.org/src/

Other Downloads: