We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a55f3a commit c9e9e0aCopy full SHA for c9e9e0a
tests/visual/menu/drilldown.html
@@ -10,8 +10,15 @@
10
<script type="text/javascript" src="../../../ui/jquery.ui.position.js"></script>
11
<script type="text/javascript" src="../../../ui/jquery.ui.button.js"></script>
12
<script type="text/javascript" src="../../../ui/jquery.ui.menu.js"></script>
13
+ <script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
14
<script type="text/javascript">
15
$(function() {
16
+ $.fn.themeswitcher && $('<div/>').css({
17
+ position: "absolute",
18
+ right: 10,
19
+ top: 10
20
+ }).appendTo(document.body).themeswitcher();
21
+
22
$.widget("ui.drilldown", {
23
_init: function() {
24
var self = this;
0 commit comments