]> source.dussan.org Git - jquery-ui.git/commitdiff
Make #main test div output hidden
authorEduardo Lundgren <eduardolundgren@gmail.com>
Sat, 31 May 2008 16:33:26 +0000 (16:33 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Sat, 31 May 2008 16:33:26 +0000 (16:33 +0000)
ui/tests/resizable.html
ui/tests/resizable.js

index d1de7ccadd3b12b9311a6ad79d00b636b702e324..9dfc40607a6bccf75c764e12afb7ccf14a91c95d 100644 (file)
 <script type="text/javascript" src="jquery.useraction.js"></script>
 </head>
 
-<!-- <style>
-       .ui-fake-cursor {
+<style>
+       /*.ui-fake-cursor {
                position: absolute;
                background: url(cursors/win/auto.png);
                height: 32px; width: 32px;
                top: 270px; left: 0px;
+       }*/
+       #main {
+               position:absolute;
+               top: -1000px; left: -1000px;
        }
-</style> -->
+</style>
 
 <body>
 
index 0d066c11a4df4cb6e916e78c1108b86506aa2667..23f429414688db08c9994b1ddb886ae30e3830fa 100644 (file)
@@ -6,9 +6,9 @@ var console = console || {
 
 var animateClick = function(co) {
        var img = $("<img src='images/click.png' width='1'>").appendTo("body")
-                                       .css({ position: "absolute", zIndex: 1000, left: co.x, top: co.y })
-                                       .animate({ width: 80, height: 80, left: co.x-40, top: co.y-40, opacity: 'hide' }, 1000, function() { $(this).remove(); });
-       };
+                               .css({ position: "absolute", zIndex: 1000, left: co.x, top: co.y })
+                               .animate({ width: 80, height: 80, left: co.x-40, top: co.y-40, opacity: 'hide' }, 1000, function() { $(this).remove(); });
+};
 
 var num = function(i) {
        return parseInt(i, 10);