Javascript and CSS Dependencies
Common
The following Javascript files should be included for both desktop and mobile version of the plug-in widgets.
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> <script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js" ></script> <script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.9/additional-methods.min.js" ></script> <script src="https://ajax.accumulus.com/accumulus-widgets-2.2/dependencies/jQueryFormatCurrencyPlugin/jquery.formatCurrency-1.4.0.js" ></script> <script src="https://ajax.accumulus.com/accumulus-widgets-2.2/dependencies/jQueryFormatCurrencyPlugin/i18n/jquery.formatCurrency.en-US.js" ></script> <script src="https://ajax.accumulus.com/accumulus-widgets-2.2/js/accumulus.core.js" ></script>
Desktop UI
In addition, the following CSS and Javascript files should be included for the desktop version (jQuery UI).
<link rel="stylesheet" href="https://ajax.accumulus.com/accumulus-widgets-2.2/css/themes/default/jquery-ui-1.10.4.custom.css" /> <link rel="stylesheet" href="https://ajax.accumulus.com/accumulus-widgets-2.2/css/accumulus.ui.css" /> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js" ></script> <script src="https://ajax.accumulus.com/accumulus-widgets-2.2/js/accumulus.ui.js" ></script>
Mobile UI
For the mobile version, the following CSS and Javascript files should be included instead.
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jquerymobile/1.4.2/jquery.mobile.min.css" /> <link rel="stylesheet" href="https://ajax.accumulus.com/accumulus-widgets-2.2/css/accumulus.mobile.css" /> <script src="//ajax.googleapis.com/ajax/libs/jquerymobile/1.4.2/jquery.mobile.min.js" ></script> <script src="https://ajax.accumulus.com/accumulus-widgets-2.2/js/accumulus.mobile.js" ></script>