]> source.dussan.org Git - jquery-ui.git/commitdiff
demos: whitespace fixes
authorRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 01:20:50 +0000 (01:20 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 01:20:50 +0000 (01:20 +0000)
- trailing whitespace
- inconsistent line endings
- set svn:eol-style to native

39 files changed:
demos/accordion/custom_icons.html
demos/datepicker/inline.html
demos/demos.css
demos/dialog/default.html
demos/dialog/modal.html
demos/dialog/modal_confirmation.html
demos/dialog/modal_form.html
demos/dialog/modal_message.html
demos/draggable/zindexstack.html
demos/droppable/accept.html
demos/droppable/activeclass.html
demos/droppable/default.html
demos/droppable/greedy.html
demos/droppable/hoverclass.html
demos/droppable/revert.html
demos/droppable/tolerance.html
demos/index.html
demos/progressbar/default.html
demos/progressbar/index.html
demos/progressbar/resize.html
demos/resizable/alsoresize.html
demos/resizable/animate.html
demos/resizable/aspectratio.html
demos/resizable/containment.html
demos/resizable/delay.html
demos/resizable/distance.html
demos/resizable/ghost.html
demos/resizable/grid.html
demos/resizable/max.html
demos/resizable/min.html
demos/slider/range.html
demos/slider/range_vertical.html
demos/slider/rangemax.html
demos/slider/rangemin.html
demos/slider/slider_vertical.html
demos/slider/steps.html
demos/sortable/delaydistance.html
demos/sortable/droponempty.html
demos/sortable/items.html

index d9c56645253f97a2bebf03284e42fe796884703d..65ab3c9128aee0cb7a33a29e8b60079af509209d 100644 (file)
@@ -63,7 +63,7 @@
 
 <p>The icons used for the open and closed accordions can be any of the standard icons in the css framework or even a custom css class you create with an icon background image. For this example, we're using the arrow in a circle icons:
 
-<pre>  
+<pre>
 icons: {
 header: "ui-icon-circle-arrow-e",
 headerSelected: "ui-icon-circle-arrow-s"}
index 2ff26e32e08de78139b4987173e7c86b040700e0..8e7f2d5c321d60fb49a418745c71a4270850d788 100644 (file)
@@ -1,25 +1,25 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Datepicker - Inline Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>\r
-       <script type="text/javascript">\r
-       $(function() {\r
-               $("#date123").datepicker();\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
-
-\r
-<div class="demo">\r
-\r
-Date: <div id="date123" /></div>\r
-\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Datepicker - Inline Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
+       <script type="text/javascript">
+       $(function() {
+               $("#date123").datepicker();
+       });
+       </script>
+</head>
+<body>
+
+
+<div class="demo">
+
+Date: <div id="date123" /></div>
+
 </div><!-- End demo -->
 
 
@@ -28,7 +28,7 @@ Date: <div id="date123" /></div>
 
 <p>This is an example of an inline date picker that is embedded in the page instead of opening in an overlay. This is done by calling .datepicker() in a div instead of an input.</p>
 
-</div><!-- End demo-description -->\r
-\r
-</body>\r
-</html>\r
+</div><!-- End demo-description -->
+
+</body>
+</html>
index 250c875fcb8e472e05ed4a38530d8b8a14260433..4541b8adf3a8aa46ef1f5ab47b2c9f5f763ad51d 100644 (file)
@@ -110,7 +110,7 @@ body {
        border-color: #BBBBBB;
 }
 
-/* new styles for demo pages, added by Filament 12.29.08 
+/* new styles for demo pages, added by Filament 12.29.08
 eventually we should convert the font sizes to ems -- using px for now to minimize style conflicts
 */
 
@@ -132,16 +132,16 @@ eventually we should convert the font sizes to ems -- using px for now to minimi
 
 #demo-config-menu li { font-size:11px; padding:0 0 0 10px; margin:3px 0; zoom: 1; }
 
-#demo-config-menu li a:link, 
+#demo-config-menu li a:link,
 #demo-config-menu li a:visited { display:block; padding:2px 8px 3px; border-bottom:1px dotted #b3b3b3; }
-#demo-config-menu li a:hover, 
+#demo-config-menu li a:hover,
 #demo-config-menu li a:active { background-color:#f6f6f6; }
 
 #demo-config-menu li.demo-config-on { background: url(images/demo-config-on-tile.gif) repeat-x left center; }
 
-#demo-config-menu li.demo-config-on a:link, 
-#demo-config-menu li.demo-config-on a:visited, 
-#demo-config-menu li.demo-config-on a:hover, 
+#demo-config-menu li.demo-config-on a:link,
+#demo-config-menu li.demo-config-on a:visited,
+#demo-config-menu li.demo-config-on a:hover,
 #demo-config-menu li.demo-config-on a:active { background: url(images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; }
 
 #demo-source, #demo-notes {
@@ -168,13 +168,13 @@ eventually we should convert the font sizes to ems -- using px for now to minimi
 #demo-source a.source-closed:hover,
 #demo-source a.source-closed:active { background-image: url(images/demo-spindown-closed.gif); }
 
-div.demo { 
-       padding:12px;   
+div.demo {
+       padding:12px;
        font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
 }
 
-div.demo-description { 
-       padding:12px;   
+div.demo-description {
+       padding:12px;
        font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
        font-size: 1.3em;
        line-height: 1.4em;
index ebef1426e08534353a5b51a5a467b434ac911466..de5570f5429efb933a3b52bb1fcf0a5082078060 100644 (file)
@@ -22,7 +22,7 @@
        <div id="dialog" title="Basic dialog">
                <p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon. </p>
        </div>
-       
+
        <!-- Sample page content to illustrate the layering of the dialog -->
        <div class="hiddenInViewSource" style="padding:20px;">
        <p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
index a06451b5e3133de5071cbef5191e09a8c7c3730e..84e998e4392c6f65102f8e7d33b52422600f4c32 100644 (file)
@@ -1,36 +1,36 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Dialog - Modal Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.draggable.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.dialog.js"></script>\r
-       <script type="text/javascript">\r
-       $(function() {\r
-               $("#dialog").dialog({\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Dialog - Modal Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.draggable.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <script type="text/javascript" src="../../ui/ui.dialog.js"></script>
+       <script type="text/javascript">
+       $(function() {
+               $("#dialog").dialog({
                        height:140,
                        modal: true,
                        overlay: {
                                backgroundColor: '#000',
                                opacity: 0.5
                        }
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
-\r
+               });
+       });
+       </script>
+</head>
+<body>
+
 
 <div class="demo">
 
        <div id="dialog" title="Basic modal dialog">
                <p>Adding the modal overlay screen makes the dialog look more prominent because it dims out the page content.</p>
        </div>
-       
+
        <!-- Sample page content to illustrate the layering of the dialog -->
        <div class="hiddenInViewSource" style="padding:20px;">
        <p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
@@ -55,7 +55,7 @@
 <p>This is identical to the default dialog except a semi-transparent overlay layer is added as an option to make this look more modal and dim out the page content behind it to bring the user's attention to the dialog.</p><p>The dialog window can be moved, resized and closed with the 'x' icon.</p>
 
 </div><!-- End demo-description -->
-\r
-\r
-</body>\r
-</html>\r
+
+
+</body>
+</html>
index 44566622bf684c928da90c025909bcac76813056..670131a383ee5d134379b60a9c042d7e91fef048 100644 (file)
@@ -1,16 +1,16 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Dialog - Modal Confirmation Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.draggable.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.dialog.js"></script>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Dialog - Modal Confirmation Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.draggable.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <script type="text/javascript" src="../../ui/ui.dialog.js"></script>
+       <script type="text/javascript">
+       $(function() {
                $("#dialog").dialog({
                        resizable:false,
                        height:140,
                                        $(this).dialog('close');
                                }
                        }
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
 <div class="demo">
 
        <div id="dialog" title="Empty the recycle bin?">
                <p><span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span>These items will be permanently deleted and cannot be recovered. Are you sure?</p>
        </div>
-       
+
        <!-- Sample page content to illustrate the layering of the dialog -->
        <div class="hiddenInViewSource" style="padding:20px;">
        <p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
@@ -63,7 +63,7 @@
 <p>This type of dialog adds a button bar and is useful for confirming an action that may be destructive or important. These are typically displayed as modal dialogs to get the user's attention and force a decision before continuing. This example uses the an icon from the css sprite set and is set to be not resizable by setting this option to false.</p>
 
 </div><!-- End demo-description -->
-\r
-\r
-</body>\r
-</html>\r
+
+
+</body>
+</html>
index e272ad826ebe568e6116b26f2e815657bf5d93d7..33894226f6f2cc839ba4049a6ad52c4c4abcc9db 100644 (file)
@@ -1,17 +1,17 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Dialog - Modal Form Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.draggable.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.dialog.js"></script>\r
-       <script type="text/javascript">\r
-       $(function() {\r
-               $("#dialog").dialog({\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Dialog - Modal Form Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.draggable.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <script type="text/javascript" src="../../ui/ui.dialog.js"></script>
+       <script type="text/javascript">
+       $(function() {
+               $("#dialog").dialog({
                        height: '300',
                        modal: true,
                        overlay: {
                                        $(this).dialog('close');
                                }
                        }
-               });\r
-       });\r
-       </script>\r
-       \r
-       <!-- Styles for this demo page -->\r
-       <style type="text/css" media="screen">\r
-               label, input { display:block; }\r
-               input.text { margin-bottom:12px; width:95%; }\r
-               fieldset { padding:0; border:0; margin-top:25px; } 
+               });
+       });
+       </script>
+
+       <!-- Styles for this demo page -->
+       <style type="text/css" media="screen">
+               label, input { display:block; }
+               input.text { margin-bottom:12px; width:95%; }
+               fieldset { padding:0; border:0; margin-top:25px; }
        </style>
-\r
-</head>\r
-<body>\r
-\r
-\r
-\r
-\r
+
+</head>
+<body>
+
+
+
+
 <div class="demo">
 
-<div id="dialog" title="Create new user">\r
-       <p>All form fields are required.</p>\r
-       \r
-       <form>\r
+<div id="dialog" title="Create new user">
+       <p>All form fields are required.</p>
+
+       <form>
        <fieldset>
                <label for="name">Name</label>
                <input type="text" name="name" id="name" class="text" />
                <label for="email">Email</label>
-               <input type="text" name="email" id="email" value="" class="text" />\r
+               <input type="text" name="email" id="email" value="" class="text" />
                <label for="password">Password</label>
                <input type="password" name="password" id="password" value="" class="text" />
        </fieldset>
-       </form>\r
+       </form>
 </div>
-       
+
        <!-- Sample page content to illustrate the layering of the dialog -->
        <div class="hiddenInViewSource" style="padding:20px;">
        <p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
@@ -84,6 +84,6 @@
 <p>This is an example of how a dialog can be used for data entry by making it larger and embedding a form into the content area. A multi-step wizard could be created by extending this with a step navigation and forward and back buttons.</p>
 
 </div><!-- End demo-description -->
-\r
-</body>\r
-</html>\r
+
+</body>
+</html>
index 721de93495e7531328bb6eff63046d9c01900200..5f476932cc2379ce743f7999937770165f8f52ec 100644 (file)
@@ -1,17 +1,17 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Dialog - Modal Message Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.draggable.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.dialog.js"></script>\r
-       <script type="text/javascript">\r
-       $(function() {\r
-               $("#dialog").dialog({\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Dialog - Modal Message Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.draggable.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <script type="text/javascript" src="../../ui/ui.dialog.js"></script>
+       <script type="text/javascript">
+       $(function() {
+               $("#dialog").dialog({
                        modal: true,
                        overlay: {
                                backgroundColor: '#000',
                                        $(this).dialog('close');
                                }
                        }
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
-\r
-<div id="dialog" title="Download complete">\r
-       <p><span class="ui-icon ui-icon-circle-check" style="float:left; margin:0 7px 50px 0;"></span>Your files have downloaded successfully into the My Downloads folder.</p>\r
-       <p>Currently using <b>36% of your storage space</b>.</p>\r
-</div>\r
-\r
-\r
+               });
+       });
+       </script>
+</head>
+<body>
+
+<div id="dialog" title="Download complete">
+       <p><span class="ui-icon ui-icon-circle-check" style="float:left; margin:0 7px 50px 0;"></span>Your files have downloaded successfully into the My Downloads folder.</p>
+       <p>Currently using <b>36% of your storage space</b>.</p>
+</div>
+
+
 <div class="demo">
 
        <div id="dialog" title="Basic dialog">
                <p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon. </p>
        </div>
-       
+
        <!-- Sample page content to illustrate the layering of the dialog -->
        <div class="hiddenInViewSource" style="padding:20px;">
        <p>Sed vel diam id libero <a href="http://example.com">rutrum convallis</a>. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.</p>
@@ -61,9 +61,9 @@
 
 <div class="demo-description">
 
-<p>A modal message dialog like this is useful for providing information to the user that requires them to explicitly acknowledge before continuing with their work. </p><p>This example adds a button bar with a single 'Ok' button to dismiss the dialog.</p>\r
+<p>A modal message dialog like this is useful for providing information to the user that requires them to explicitly acknowledge before continuing with their work. </p><p>This example adds a button bar with a single 'Ok' button to dismiss the dialog.</p>
 
 </div><!-- End demo-description -->
-\r
-</body>\r
-</html>\r
+
+</body>
+</html>
index d21c0bff4f977b90b501ab8db5be438fe1effd57..102a647641cc42627262bf77877e251a8fc781e3 100644 (file)
        <div class="ui-widget-content">
                <p>We are draggables..</p>
        </div>
-       
+
        <div class="ui-widget-content">
                <p>..whose z-indexes are controlled automatically..</p>
        </div>
-       
+
        <div class="ui-widget-content">
                <p>..with the stack option.</p>
        </div>
index f2b02ba93d39c4b68345cde195aa5fc13a304a29..e49a250ff073d368dfcf53e9961cf55bb90e5848 100644 (file)
@@ -14,9 +14,9 @@
        </style>
        <script type="text/javascript">
        $(function() {
-               
+
                $("#draggable,#draggable-nonvalid").draggable();
-               
+
                $("#droppable").droppable({
                        accept: '#draggable',
                        activeClass: 'ui-state-hover',
@@ -25,7 +25,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
        });
        </script>
 </head>
index 90a8b6cc9df0f4f0f166f03b2568ce78b187ef49..9c97d3ea38f05f6c221e653e866f1dd2bf06f345 100644 (file)
@@ -22,7 +22,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
        });
        </script>
 </head>
index 50f0a0877a36b99fb6fe26c84fa39dbe8ab1c314..051636a1c7b6075e9cda5e8efecb12ec85be38d6 100644 (file)
@@ -20,7 +20,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
        });
        </script>
 </head>
index ab5e63b3b84b4741ccabdaeb973ae3063eb479e9..d4bdb3fb97ce9315918ff9fff87ad10ec8ba46ed 100644 (file)
@@ -15,9 +15,9 @@
        </style>
        <script type="text/javascript">
        $(function() {
-               
+
                $("#draggable").draggable();
-               
+
                $("#droppable, #droppable-inner").droppable({
                        activeClass: 'ui-state-hover',
                        hoverClass: 'ui-state-active',
@@ -25,7 +25,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
                $("#droppable2, #droppable2-inner").droppable({
                        greedy: true,
                        activeClass: 'ui-state-hover',
@@ -34,7 +34,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
        });
        </script>
 </head>
index 3e8e30ed29707ac278854b9c9333c102d15d281f..be6e9f9b8cfab269bfd68b31a1a0604aa691092e 100644 (file)
@@ -21,7 +21,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
        });
        </script>
 </head>
index 0f181ce1c20d4879d415ea4222568222849bf047..56a3ea369dfcb927435c3400e3d851ad8a95965a 100644 (file)
        </style>
        <script type="text/javascript">
        $(function() {
-               
+
                $("#draggable").draggable({ revert: 'valid' });
                $("#draggable2").draggable({ revert: 'invalid' });
-               
+
                $("#droppable").droppable({
                        activeClass: 'ui-state-hover',
                        hoverClass: 'ui-state-active',
@@ -25,7 +25,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
        });
        </script>
 </head>
index d49cfcfddff55cbe52206871d86f282d74bf6c7d..b0278c6ef2102298c825255f661581494409218b 100644 (file)
@@ -14,9 +14,9 @@
        </style>
        <script type="text/javascript">
        $(function() {
-               
+
                $("#draggable").draggable();
-               
+
                $("#droppable").droppable({
                        activeClass: 'ui-state-hover',
                        hoverClass: 'ui-state-active',
@@ -24,7 +24,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
                $("#droppable-fit").droppable({
                        activeClass: 'ui-state-hover',
                        hoverClass: 'ui-state-active',
@@ -33,7 +33,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
                $("#droppable-pointer").droppable({
                        activeClass: 'ui-state-hover',
                        hoverClass: 'ui-state-active',
@@ -42,7 +42,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
                $("#droppable-touch").droppable({
                        activeClass: 'ui-state-hover',
                        hoverClass: 'ui-state-active',
@@ -51,7 +51,7 @@
                                $(this).addClass('ui-state-highlight').find('p').html('Dropped!');
                        }
                });
-               
+
        });
        </script>
 </head>
index 4d13e0ce5919f7568ba0cff9467a0bd6c3a194c7..6a3a5212b6667b3a455d13f2b359826bf1d81f0e 100644 (file)
                                                                        $('#demo-notes').hide();
                                                                });
                                                        });
-                                                       
+
                                                        $('#demo-frame').load(function() {
                                                                var content = $(this)[0].contentWindow.document || $(this).contents()[0];
                                                                var notes = $('.demo-description', content);
                                                                if ($('#demo-notes').length == 0) {
                                                                        $('<div id="demo-notes"></div>').insertAfter('#demo-config');
-                                                               }                                               
+                                                               }
                                                                $('#demo-notes').hide().empty().html(notes.html());
                                                                $('#demo-notes').fadeIn();
                                                                notes.hide();
                                                        });
-                                                       
+
                                                        if ($('#demo-frame .demo-description:visible'))
                                                                $('#demo-frame').trigger('load');
                                                })
@@ -62,7 +62,7 @@
                        ev.preventDefault();
                });
        });
-       </script>       
+       </script>
 </head>
 <body>
 <?php } ?>
@@ -76,7 +76,7 @@
                                        <dd><a href="droppable/index.html">Droppable</a></dd>
                                        <dd><a href="resizable/index.html">Resizable</a></dd>
                                        <dd><a href="selectable/index.html">Selectable</a></dd>
-                                       <dd><a href="sortable/index.html">Sortable</a></dd>     
+                                       <dd><a href="sortable/index.html">Sortable</a></dd>
                                <dt>Widgets</dt>
                                        <dd><a href="accordion/index.html">Accordion</a></dd>
                                        <dd><a href="datepicker/index.html">Datepicker</a></dd>
                        </dl>
                </td>
                <td class="normal">
-                                                       
+
                        <div class="normal">
                                        <?php if(isset($plain) && $content) { echo $content; } else { ?>
-                               
+
                                        <h3>Instructions</h3>
                                        <p>
                                                These demos showcase some common uses of each jQuery UI plugin. Simply copy and paste code from the demos to get started. Have fun playing with them.
                                        </p>
                                        <?php  } ?>
                        </div>
-                               
+
                </td>
        </tr>
 </table>
index 5a53999a7d0f5ac3a5c42fb58cef3137c4ef8656..012e18f07b6ede3c40adc81a866f3c7a709238bc 100644 (file)
@@ -20,7 +20,7 @@
 <div class="demo">
 
        <div id="progressbar"></div>
-       
+
 </div><!-- End demo -->
 
 
index 2e56e6ab74172483d0cc569b66a23a3aa62105db..171e0495f6e683bfb4a5bd7c7538a1864e61f6f3 100644 (file)
@@ -8,7 +8,7 @@
 
 <div class="demos-nav">
        <h4>Examples</h4>
-       <ul>    
+       <ul>
                <li class="demo-config-on"><a href="default.html">Default progress bar</a></li>
                <li><a href="resize.html">Resizable bar</a></li>
        </ul>
index 360070a8c7aabc70a57616ba5e472e3537e511d5..e96938f7556de213e1a0d45b643e416c44afafa2 100644 (file)
@@ -24,7 +24,7 @@
 <body>
 
 <div class="demo">
-       
+
        <div id="progressbarWrapper" style="height:10px; padding:2px;" class="ui-widget-default">
                <div id="progressbar" style="height:100%;"></div>
        </div>
index ad34c6c00d011b2e276ff476f70ca9e3b3920860..985c62beed4b3136feeae3eea9e856b0ff0e68a4 100644 (file)
@@ -1,35 +1,35 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Also Resize Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { background-position: top left; }\r
-       #resizable, #also { width: 150px; height: 150px; padding: 0.5em; }\r
-       #also { margin-top: 1em; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Also Resize Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { background-position: top left; }
+       #resizable, #also { width: 150px; height: 150px; padding: 0.5em; }
+       #also { margin-top: 1em; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        alsoResize: '#also'
-               });\r
-               $("#also").resizable();\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
-\r
-<div id="resizable" class="ui-widget-header">\r
-       <p>Resize me</p>\r
-</div>\r
+               });
+               $("#also").resizable();
+       });
+       </script>
+</head>
+<body>
+
+<div id="resizable" class="ui-widget-header">
+       <p>Resize me</p>
+</div>
 
 <div id="also" class="ui-widget-content">
        <p>I will resize with the other div. I can also be resized independently.</p>
 </div>
-\r
-</body>\r
-</html>\r
+
+</body>
+</html>
index fa8117fc39f21d1a402e09f79a0c668eb3fbc4d4..1944192c8af5b6e12d9d76a12bfe5e3aab0404bf 100644 (file)
@@ -1,29 +1,29 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Animate Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { width: 150px; height: 150px; padding: 0.5em; }\r
-       .ui-resizable-helper { border: 1px dotted gray; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Animate Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { width: 150px; height: 150px; padding: 0.5em; }
+       .ui-resizable-helper { border: 1px dotted gray; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        animate: true
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
-<div id="resizable" class="ui-widget-content">\r
-       <p>Resize me</p>\r
-</div>\r
-\r
-</body>\r
-</html>\r
+<div id="resizable" class="ui-widget-content">
+       <p>Resize me</p>
+</div>
+
+</body>
+</html>
index f38cb247497eda43d8d0ba1e5aef385eeb3b0912..bbcb05bd3a1eea709399ac335ddfbe7f4b2aa040 100644 (file)
@@ -1,28 +1,28 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Aspect Ratio Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { width: 160px; height: 90px; padding: 0.5em; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Aspect Ratio Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { width: 160px; height: 90px; padding: 0.5em; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        aspectRatio: 16/9
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
-<div id="resizable" class="ui-widget-content">\r
-       <p>Resize me</p>\r
-</div>\r
-\r
-</body>\r
-</html>\r
+<div id="resizable" class="ui-widget-content">
+       <p>Resize me</p>
+</div>
+
+</body>
+</html>
index 15abea55f3e9e7b6712075d31d7e852de6847235..abab897362b598b7967608a9254e364cb65528b0 100644 (file)
@@ -1,33 +1,33 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Containment Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { background-position: top left; width: 150px; height: 150px; }\r
-       #resizable, #container { padding: 0.5em; }\r
-       #container { width: 300px; height: 300px; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Containment Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { background-position: top left; width: 150px; height: 150px; }
+       #resizable, #container { padding: 0.5em; }
+       #container { width: 300px; height: 300px; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        containment: '#container'
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
-<div id="container" class="ui-widget-content">\r
+<div id="container" class="ui-widget-content">
        <p>Container</p>
-       <div id="resizable" class="ui-widget-header">\r
-               <p>Resize me</p>\r
-       </div>\r
+       <div id="resizable" class="ui-widget-header">
+               <p>Resize me</p>
+       </div>
 </div>
-\r
-</body>\r
-</html>\r
+
+</body>
+</html>
index 7f79302217ef54578290d75b34f312f899170973..bf686eec91032229e68d4ecd74528d36cefcdf98 100644 (file)
@@ -1,28 +1,28 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Delay Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { width: 150px; height: 150px; padding: 0.5em; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Delay Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { width: 150px; height: 150px; padding: 0.5em; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        delay: 1000
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
-<div id="resizable" class="ui-widget-content">\r
-       <p>Resize me</p>\r
-</div>\r
-\r
-</body>\r
-</html>\r
+<div id="resizable" class="ui-widget-content">
+       <p>Resize me</p>
+</div>
+
+</body>
+</html>
index 26a3c62ce6a03f58be39a41f8d874f46e5ecc595..f8c4ba8ca568b19aec3b051aff3e24b842da4eef 100644 (file)
@@ -1,28 +1,28 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Distance Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { width: 150px; height: 150px; padding: 0.5em; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Distance Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { width: 150px; height: 150px; padding: 0.5em; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        distance: 40
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
-<div id="resizable" class="ui-widget-content">\r
-       <p>Resize me</p>\r
-</div>\r
-\r
-</body>\r
-</html>\r
+<div id="resizable" class="ui-widget-content">
+       <p>Resize me</p>
+</div>
+
+</body>
+</html>
index a84f1f2701856ccc1c6498ec6b9279733c210630..4c7b1c7f7417fe6baefb9d66171626a60615fd25 100644 (file)
@@ -1,29 +1,29 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Ghost Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { width: 150px; height: 150px; padding: 0.5em; }\r
-       .ui-resizable-ghost { border: 1px dotted gray; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Ghost Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { width: 150px; height: 150px; padding: 0.5em; }
+       .ui-resizable-ghost { border: 1px dotted gray; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        ghost: true
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
-<div id="resizable" class="ui-widget-content">\r
-       <p>Resize me</p>\r
-</div>\r
-\r
-</body>\r
-</html>\r
+<div id="resizable" class="ui-widget-content">
+       <p>Resize me</p>
+</div>
+
+</body>
+</html>
index db5d15b403d76f03293c7d3918f1f757cbcbe0b3..2cd5badc6dcb82fa6a33f8f7a2a1de5269cfe438 100644 (file)
@@ -1,28 +1,28 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Grid Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { width: 150px; height: 150px; padding: 0.5em; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Grid Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { width: 150px; height: 150px; padding: 0.5em; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        grid: 50
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
-<div id="resizable" class="ui-widget-content">\r
-       <p>Resize me</p>\r
-</div>\r
-\r
-</body>\r
-</html>\r
+<div id="resizable" class="ui-widget-content">
+       <p>Resize me</p>
+</div>
+
+</body>
+</html>
index 175c7dc5edfeefb55fdb5037a3603027e403d4dc..24b38240086feee3974967b2ded1de6a426e3ad8 100644 (file)
@@ -1,29 +1,29 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Max Height / Width Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { width: 150px; height: 150px; padding: 0.5em; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Max Height / Width Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { width: 150px; height: 150px; padding: 0.5em; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        maxHeight: 250,
                        maxWidth: 350
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
-<div id="resizable" class="ui-widget-content">\r
-       <p>Resize me</p>\r
-</div>\r
-\r
-</body>\r
-</html>\r
+<div id="resizable" class="ui-widget-content">
+       <p>Resize me</p>
+</div>
+
+</body>
+</html>
index 95775f41caa7c0def3d08aca5c0806e8e49041eb..2e9606bbdd3ee163de7a236784b62f2362363959 100644 (file)
@@ -1,29 +1,29 @@
-<!doctype html>\r
-<html lang="en">\r
-<head>\r
-       <title>jQuery UI Resizable - Min Height / Width Demo</title>\r
-       <link type="text/css" href="../demos.css" rel="stylesheet" />\r
-       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />\r
-       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.core.js"></script>\r
-       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>\r
-       <style type="text/css">\r
-       #resizable { width: 150px; height: 150px; padding: 0.5em; }\r
-       </style>\r
-       <script type="text/javascript">\r
-       $(function() {\r
+<!doctype html>
+<html lang="en">
+<head>
+       <title>jQuery UI Resizable - Min Height / Width Demo</title>
+       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+       <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+       <script type="text/javascript" src="../../ui/ui.core.js"></script>
+       <script type="text/javascript" src="../../ui/ui.resizable.js"></script>
+       <style type="text/css">
+       #resizable { width: 150px; height: 150px; padding: 0.5em; }
+       </style>
+       <script type="text/javascript">
+       $(function() {
                $("#resizable").resizable({
                        minHeight: 50,
                        minWidth: 100
-               });\r
-       });\r
-       </script>\r
-</head>\r
-<body>\r
+               });
+       });
+       </script>
+</head>
+<body>
 
-<div id="resizable" class="ui-widget-content">\r
-       <p>Resize me</p>\r
-</div>\r
-\r
-</body>\r
-</html>\r
+<div id="resizable" class="ui-widget-content">
+       <p>Resize me</p>
+</div>
+
+</body>
+</html>
index f86ef23d4305cbcbb7038ab104a81298cf2a15f6..97c3933a12c08513764cdfb4ccb28ff01808b33a 100644 (file)
 
 <div class="demo-description">
 
-<p>Example of a range slider that had two drag handles and a filled bar that connects the two handles to indicate that the values between them are selected. THis is created by setting the range option:</p> 
+<p>Example of a range slider that had two drag handles and a filled bar that connects the two handles to indicate that the values between them are selected. THis is created by setting the range option:</p>
 <pre>
 range: true,
-</pre> 
+</pre>
 
 </div><!-- End demo-description -->
 
index 17bdd6920866abf708e4a23bfc480cb85ad2e0bc..e2824348eaf736a966adf85611f95c57e51b061d 100644 (file)
 
 <div class="demo-description">
 
-<p>This is an example of a vertical range slider created by setting the orientation to vertical:</p> 
+<p>This is an example of a vertical range slider created by setting the orientation to vertical:</p>
 <pre>
 orientation: "vertical",
 range: true,
 values: [17, 67]
-</pre> 
+</pre>
 <p>It's important to note that a vertical slider needs a height set. You can do this via the script options or by adding a height through CSS. </p>
 
 </div><!-- End demo-description -->
index c87f36f22f9882e92812655a0989cfd796b27484..1d610680bdaac36de16f82de45f72e888e69879c 100644 (file)
 
 <div class="demo-description">
 
-<p>An example of a range slider that has the filled bar hard-coded to the maximum value plus a single slider. This makes it clear that selecting a value will also include all values above the selection. This is a range option type:</p> 
+<p>An example of a range slider that has the filled bar hard-coded to the maximum value plus a single slider. This makes it clear that selecting a value will also include all values above the selection. This is a range option type:</p>
 <pre>
 range: "max",
-</pre> 
+</pre>
 <p>This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.</p>
 
 </div><!-- End demo-description -->
index b8496df0159f14089b6ea10f1e754b7c4080ea80..6d19521d8c50a9b318d2f7eb151718e32aed8db1 100644 (file)
 
 <div class="demo-description">
 
-<p>An example of a range slider that has the filled bar hard-coded to the minimum value plus a single slider. This makes it clear that selecting a value will also include all values below the selection. This is a range option type:</p> 
+<p>An example of a range slider that has the filled bar hard-coded to the minimum value plus a single slider. This makes it clear that selecting a value will also include all values below the selection. This is a range option type:</p>
 <pre>
 range: "min",
-</pre> 
+</pre>
 <p>This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.</p>
 
 </div><!-- End demo-description -->
index 875addb10aef699f47ecf1319341291c87bcd28b..e9ef91d729f1abf0770b83a14b42ecfcdc415bdc 100644 (file)
@@ -12,8 +12,8 @@
                $("#slider-vertical").slider({
                        orientation: "vertical",
                        range: "min",
-                       min: 0, 
-                       max: 100, 
+                       min: 0,
+                       max: 100,
                        value: 60,
                        slide: function(event, ui) {
                                $("#amount").val(ui.value);
@@ -36,7 +36,7 @@
 
 <div class="demo-description">
 
-<p>This is an example of a minimum range vertical slider created by setting the orientation to vertical:</p> <pre>orientation: "vertical",</pre> 
+<p>This is an example of a minimum range vertical slider created by setting the orientation to vertical:</p> <pre>orientation: "vertical",</pre>
 <p>It's important to note that a vertical slider needs a height set. You can do this via the script options or by adding a height through CSS. </p>
 <p>This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.</p>
 
index efb3da3031913dc96bdfdd21edac1fcf5e9e74d2..97aeee331be195babb9ec23d3d9deea19d4f6f4c 100644 (file)
@@ -35,7 +35,7 @@
 <div class="demo-description">
 
 <p>This slider has a step value set that will only allow for increments of 50 to be selected. The default step increment is 1. The drag handle will snap to drop points every 50 units. This is set in an option called step:</p>
-<pre>                  
+<pre>
 min: 0, max: 500, step: 50
 </pre>
 <p>This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.</p>
index 19695d9bf7f5ab76ab25f30106ecd0eebce34c67..096c1d58217df8e84b97fff6b40341e279b7ca5e 100644 (file)
        </style>
        <script type="text/javascript">
        $(function() {
-               
+
                $("ul:eq(0)").sortable({
                        delay: 1000
                });
-               
+
                $("ul:eq(1)").sortable({
                        distance: 50
                });
-               
+
        });
        </script>
 </head>
index 6d1a9b95ca0fceee731268bbd3503178b25b01f7..a48e8e932d7347ff8a0e4ded2fc4e7289c3da12e 100644 (file)
@@ -16,7 +16,7 @@
                $("ul.droptrue").sortable({
                        connectWith: ['ul']
                });
-               
+
                $("ul.dropfalse").sortable({
                        connectWith: ['ul'],
                        dropOnEmpty: false
index ac08a07919fda4855f43cf394f6d9bac262cbb45..078af9990de861f5a40a5d28b4824c46535418f6 100644 (file)
@@ -16,7 +16,7 @@
                $("ul:eq(0)").sortable({
                        items: 'li:not(.ui-state-disabled)'
                });
-               
+
                $("ul:eq(1)").sortable({
                        cancel: '.ui-state-disabled'
                });