Wijmo UI for the Web
Dependencies
Wijmo User Guide > Widgets > Ribbon > Dependencies

jQuery widgets have dependencies on external javascript and CSS files. The wijribbon widget requires the following files:

JavaScript

CSS:

NOTES: These dependencies are available via a content delivery network (CDN). You can find the list of CDN links here. 
To use minified and combined CDN for faster page load time, see Reference Wijmo.

Link to these dependencies on any page in which you use the wijribbon widget as in the following example.

Dependencies
Copy Code
<script src="jquery.1.11.1.js" type="text/javascript"></script>
<script src="jquery.ui.1.11.0.js" type="text/javascript"></script>
<script src="globalize.js" type="text/javascript"></script>
<script src="jquery.mousewheel.js" type="text/javascript"></script>
<script src="jquery.cookie.js" type="text/javascript"></script>
<script src="jquery.bgiframe.js" type="text/javascript"></script>

<script src="jquery.wijmo.wijutil.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijtouchutil.js" type="text/javascript"></script>
<script src="jquery.wijmo.widget.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijsuperpanel.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijtab.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijmenu.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijribbon.js" type="text/javascript"></script>
                        
<link type="text/css" href="jquery.wijmo.wijutil.css" rel="stylesheet" />
<link type="text/css" href="jquery-wijmo.css" rel="stylesheet" />
<link type="text/css" href="jquery.wijmo.wijsuperpanel.css" rel="stylesheet" />
<link type="text/css" href="jquery.wijmo.wijtab.css" rel="stylesheet" />
<link type="text/css" href="jquery.wijmo.wijmenu.css" rel="stylesheet" />
<link type="text/css" href="jquery.wijmo.wijribbon.css" rel="stylesheet" />