]> source.dussan.org Git - jquery-ui.git/commitdiff
Selectable demos: coding standards.
authorScott González <scott.gonzalez@gmail.com>
Mon, 27 Sep 2010 19:47:17 +0000 (15:47 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 27 Sep 2010 19:47:17 +0000 (15:47 -0400)
demos/selectable/default.html
demos/selectable/display-grid.html
demos/selectable/index.html
demos/selectable/serialize.html

index f7d6d869332c447e28130a878920cb040ced7898..bd72f651c4cabdec1de4e6bf23f1fdbee69a405f 100644 (file)
@@ -1,30 +1,31 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-       <meta charset="UTF-8" />
+       <meta charset="utf-8">
        <title>jQuery UI Selectable - Default functionality</title>
-       <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
-       <script type="text/javascript" src="../../jquery-1.4.2.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.selectable.js"></script>
-       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
+       <script src="../../jquery-1.4.2.js"></script>
+       <script src="../../ui/jquery.ui.core.js"></script>
+       <script src="../../ui/jquery.ui.widget.js"></script>
+       <script src="../../ui/jquery.ui.mouse.js"></script>
+       <script src="../../ui/jquery.ui.selectable.js"></script>
+       <link rel="stylesheet" href="../demos.css">
        
-       <style type="text/css">
+       <style>
        #feedback { font-size: 1.4em; }
        #selectable .ui-selecting { background: #FECA40; }
        #selectable .ui-selected { background: #F39814; color: white; }
        #selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
        #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
        </style>
-       <script type="text/javascript">
+       <script>
        $(function() {
-               $("#selectable").selectable();
+               $( "#selectable" ).selectable();
        });
        </script>
 </head>
 <body>
+
 <div class="demo">
 
 <ol id="selectable">
 
 </div><!-- End demo -->
 
-<div class="demo-description">
 
-<p>Enable a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections. </p>
 
+<div class="demo-description">
+<p>Enable a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections. </p>
 </div><!-- End demo-description -->
+
 </body>
 </html>
index 654a68d5b3ad07eb2311a88c4abd5d83505471b9..2a9cc984d55d4afbfeaa71326d48a77190ccda16 100644 (file)
@@ -1,30 +1,31 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-       <meta charset="UTF-8" />
+       <meta charset="utf-8">
        <title>jQuery UI Selectable - Display as grid</title>
-       <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
-       <script type="text/javascript" src="../../jquery-1.4.2.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.selectable.js"></script>
-       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
+       <script src="../../jquery-1.4.2.js"></script>
+       <script src="../../ui/jquery.ui.core.js"></script>
+       <script src="../../ui/jquery.ui.widget.js"></script>
+       <script src="../../ui/jquery.ui.mouse.js"></script>
+       <script src="../../ui/jquery.ui.selectable.js"></script>
+       <link rel="stylesheet" href="../demos.css">
        
-       <style type="text/css">
+       <style>
        #feedback { font-size: 1.4em; }
        #selectable .ui-selecting { background: #FECA40; }
        #selectable .ui-selected { background: #F39814; color: white; }
        #selectable { list-style-type: none; margin: 0; padding: 0; }
        #selectable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 80px; font-size: 4em; text-align: center; }
        </style>
-       <script type="text/javascript">
+       <script>
        $(function() {
-               $("#selectable").selectable();
+               $( "#selectable" ).selectable();
        });
        </script>
 </head>
 <body>
+
 <div class="demo">
 
 <ol id="selectable">
 
 </div><!-- End demo -->
 
-<div class="demo-description">
 
-<p>To arrange selectable items as a grid, give them identical dimensions and float them using CSS.</p>
 
+<div class="demo-description">
+<p>To arrange selectable items as a grid, give them identical dimensions and float them using CSS.</p>
 </div><!-- End demo-description -->
+
 </body>
 </html>
index 19ef9b1faa52fb8e941c4e91152ed02e7f473687..21fa4d5a7ebba282d2940572603f7e3bfc34bf90 100644 (file)
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-       <meta charset="UTF-8" />
+       <meta charset="utf-8">
        <title>jQuery UI Selectable Demos</title>
-       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link rel="stylesheet" href="../demos.css">
 </head>
 <body>
 
index 9744944a55450d870e5d59dd53612f706e391a39..d10e86f5b56373be9fb5865218c67927166ce90e 100644 (file)
@@ -1,31 +1,31 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-       <meta charset="UTF-8" />
+       <meta charset="utf-8">
        <title>jQuery UI Selectable - Serialize</title>
-       <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
-       <script type="text/javascript" src="../../jquery-1.4.2.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script>
-       <script type="text/javascript" src="../../ui/jquery.ui.selectable.js"></script>
-       <link type="text/css" href="../demos.css" rel="stylesheet" />
+       <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
+       <script src="../../jquery-1.4.2.js"></script>
+       <script src="../../ui/jquery.ui.core.js"></script>
+       <script src="../../ui/jquery.ui.widget.js"></script>
+       <script src="../../ui/jquery.ui.mouse.js"></script>
+       <script src="../../ui/jquery.ui.selectable.js"></script>
+       <link rel="stylesheet" href="../demos.css">
        
-       <style type="text/css">
+       <style>
        #feedback { font-size: 1.4em; }
        #selectable .ui-selecting { background: #FECA40; }
        #selectable .ui-selected { background: #F39814; color: white; }
        #selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
        #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
        </style>
-       <script type="text/javascript">
+       <script>
        $(function() {
-               $("#selectable").selectable({
-                       stop: function(){
-                               var result = $("#select-result").empty();
-                               $(".ui-selected", this).each(function(){
-                                       var index = $("#selectable li").index(this);
-                                       result.append(" #" + (index + 1));
+               $( "#selectable" ).selectable({
+                       stop: function() {
+                               var result = $( "#select-result" ).empty();
+                               $( ".ui-selected", this ).each(function() {
+                                       var index = $( "#selectable li" ).index( this );
+                                       result.append( " #" + ( index + 1 ) );
                                });
                        }
                });
@@ -33,6 +33,7 @@
        </script>
 </head>
 <body>
+
 <div class="demo">
 
 <p id="feedback">
@@ -50,10 +51,11 @@ You've selected: <span id="select-result">none</span>.
 
 </div><!-- End demo -->
 
-<div class="demo-description">
 
-<p>Write a function that fires on the <code>stop</code> event to collect the index values of selected items.  Present values as feedback, or pass as a data string.</p>
 
+<div class="demo-description">
+<p>Write a function that fires on the <code>stop</code> event to collect the index values of selected items.  Present values as feedback, or pass as a data string.</p>
 </div><!-- End demo-description -->
+
 </body>
 </html>