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 1105cd0 commit 249ebfcCopy full SHA for 249ebfc
grid-markup/grid.html
@@ -11,9 +11,18 @@
11
<script src="../ui/jquery.ui.widget.js"></script>
12
<script src="../ui/jquery.ui.mouse.js"></script>
13
<script src="../ui/jquery.ui.resizable.js"></script>
14
+ <!--
15
+ <script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
16
+ -->
17
<script src="grid.js"></script>
18
<script>
19
$(function() {
20
+ $.fn.themeswitcher && $('<div/>').css({
21
+ position: "absolute",
22
+ right: 10,
23
+ top: 10
24
+ }).appendTo(document.body).themeswitcher();
25
+
26
$( "#dataTable1" ).grid();
27
$( "#dataTable2" ).grid().grid("widget").resizable({
28
resize: function() {
0 commit comments