| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <title>Selectable Visual Test : Selectable ticket #4341</title> 5 <link rel="stylesheet" href="../visual.css" type="text/css" /> 6 <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" /> 7 <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> 8 <script type="text/javascript" src="../../../ui/ui.core.js"></script> 9 <script type="text/javascript" src="../../../ui/ui.selectable.js"></script> 10 <script type="text/javascript"> 11 $(function() { 12 $("#selectable").selectable({ 13 appendTo: "#container" 14 }); 15 }); 16 </script> 17 <style type="text/css"> 18 body { margin: 0; padding: 0; } 19 #container { width: 600px; height: 400px; border: 1px solid gray; position: relative; overflow: hidden; } 20 #selectable { width: 400px; height: 300px; border: 1px solid silver; margin: 1em; } 21 #selectable * { margin: 1em; padding: 1em; } 22 .ui-selecting { background-color: #eef; } 23 .ui-selected { background-color: silver; } 24 </style> 25 </head> 26 <body> 27 28 <div id="container"> 29 30 <div id="selectable"> 31 <div>Selectable 1</div> 32 <div>Selectable 2</div> 33 <div>Selectable 3</div> 34 <div>Selectable 4</div> 35 <div>Selectable 5</div> 36 </div> 37 38 </div> 39 40 <h1 class="ui-widget-header"><a href="http://dev.jqueryui.com/ticket/4341">#4341 - Selectable: option appendTo is ignored, helper always appends to body</a></h1> 41 42 </body> 43 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |