Core
Note that AUI supports jQuery 1.7.2 and 1.8.3 - alter the below jQuery script as
required.
To use core AUI components, include the following CSS and JS in your HTML:
<link rel="stylesheet" href="//aui-cdn.atlassian.com/aui-adg/5.9.0-beta003/css/aui.css" media="all">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"/>
<script src="//aui-cdn.atlassian.com/aui-adg/5.9.0-beta003/js/aui.js"/>
To use additional components, include the following resources:
Date picker
<script src="//aui-cdn.atlassian.com/aui-adg/5.9.0-beta003/js/aui-datepicker.js"/>
Experimental components
Previously, some Experimental components required an AMD loader to be present on the page
before the Experimental resource was included. As of AUI 5.9, this is no longer required
as most components are exposed on the global AJS object and markup-initialized components
do not need to have their modules loaded with AMD. However, an AMD loader may still be used
to obtain a reference to the component's JavaScript export (often a constructor).
We've recommended AlmondJS (below) but you may also use RequireJS or some other AMD compatible loader.
<script src="//cdn.rawgit.com/jrburke/almond/0.3.0/almond.js"/>
<link rel="stylesheet" href="//aui-cdn.atlassian.com/aui-adg/5.9.0-beta003/css/aui-experimental.css" media="all">
<script src="//aui-cdn.atlassian.com/aui-adg/5.9.0-beta003/js/aui-experimental.js"/>
Javascript Soy templates
<script src="//aui-cdn.atlassian.com/aui-adg/5.9.0-beta003/js/aui-soy.js"/>