I modified the style.css because the default css is devoid of many macros including the icons. The output is now cleaner.
I edited the HTML to include the following scripts:
<!-- External dependencies -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/sinon.js/1.15.4/sinon.js"></script>
<script src="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/js/aui.js"></script>
<script src="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/js/aui-experimental.js"></script>
<script src="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/js/aui-datepicker.js"></script>
<link rel="stylesheet" type="text/css" href="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/css/aui.css"/>
<link rel="stylesheet" type="text/css" href="//unpkg.com/@atlassian/aui@7.9.5/dist/aui/css/aui-experimental.css"/>
<!-- / External dependencies -->
The output is as expected when I run it on JS Fiddle. (Cleaner output plus icons)
But it does not work when I run it locally.
What am I missing?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.