github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 256
    • 29
  • Source
  • Commits
  • Network (29)
  • Graphs
  • Tree: b69ba4d

click here to add a description

click here to add a homepage

  • Switch Branches (4)
    • bind
    • master
    • panel
    • tooltip
  • Switch Tags (15)
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Partial visual test for #5355
jzaefferer (author)
Tue Mar 16 08:44:02 -0700 2010
commit  b69ba4d9b47cb4f3e58d1748aee112058f55c1d5
tree    39b101de742aa7624bc24ac95d713b86c64f6967
parent  e02b6a58d608bf033b19c868dfa5b310229fc7c1
A tests/visual/sortable/sortable_ticket_5355.html 52 •••••
Txt tests/visual/sortable/sortable_ticket_5355.html
  • View file @ b69ba4d
... ...
@@ -0,0 +1,52 @@
  1
+<!DOCTYPE html>
  2
+<html lang="en">
  3
+<head>
  4
+  <meta charset="UTF-8" />
  5
+  <title>Visual testcase for #5355</title>
  6
+  <link rel="stylesheet" href="../visual.css" type="text/css" />
  7
+  <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
  8
+  <script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
  9
+  <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
  10
+  <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
  11
+  <script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
  12
+  <script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
  13
+  <script type="text/javascript" src="../../../ui/jquery.ui.droppable.js"></script>
  14
+  <script type="text/javascript" src="../../../ui/jquery.ui.sortable.js"></script>
  15
+   <style> 
  16
+   body {
  17
+     height: 2000px;
  18
+  padding-top: 1000px;
  19
+   }
  20
+ </style> 
  21
+ <script>jQuery(document).ready(function(){
  22
+           $(".AdminSidebar").sortable({
  23
+              connectWith: '.AdminSidebar',
  24
+              handle: '.moveWidget'
  25
+      });
  26
+    });
  27
+</script>
  28
+</head>
  29
+<body>
  30
+   <div class="AdminSidebar" style="float:left">
  31
+         <div class="AdminWidget">
  32
+                 <span class="moveWidget">handle</span>
  33
+                 <div class="WidgetContent">....</div>
  34
+         </div>
  35
+         <div class="AdminWidget">
  36
+                 <span class="moveWidget">handle</span>
  37
+                 <div class="WidgetContent">....</div>
  38
+         </div>
  39
+ </div>
  40
+ <div class="AdminSidebar" style="float:left;">
  41
+       <div class="AdminWidget">
  42
+                 <span class="moveWidget">handle</span>
  43
+                 <div class="WidgetContent">....</div>
  44
+         </div>
  45
+         <div class="AdminWidget">
  46
+                 <span class="moveWidget">handle</span>
  47
+                 <div class="WidgetContent">....</div>
  48
+         </div>.
  49
+ </div>
  50
+ 
  51
+</body>
  52
+</html>

0 notes on commit b69ba4d

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server