Skip to content

Commit

Permalink
refactoring js examples cleaning up old files
Browse files Browse the repository at this point in the history
  • Loading branch information
seanedw1 committed Mar 5, 2017
1 parent f7910e2 commit 7c094ac
Show file tree
Hide file tree
Showing 30 changed files with 80 additions and 39,873 deletions.
37 changes: 16 additions & 21 deletions Javascript/Demo3/css/mystyle.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
body{
background-color:#003366;
background-color:#003366;
}


.sortlist{
min-height: 30px;
}

#container{
background-color: #6699CC;
padding: 60px;
width: 900px;
border-radius: 25px;
overflow: auto;
margin: 0 auto;
}

li{
list-style-type: none;
}

.sortlist{
min-height: 30px;
border-radius: 25px;
overflow: auto;
margin: 0 auto;
}

#wrapper{
Expand All @@ -30,19 +24,20 @@ li{
overflow: auto;
}


hr{
width: 70%;
margin-left: 15%;
}

#jk{
margin-top: 5px;
margin-top: 5px;
float: right;
}

li{
list-style-type: none;
}

hr{
width: 70%;
margin-left: 15%;
}

h1,h2{
text-align: center;
}
}
9 changes: 3 additions & 6 deletions Javascript/Demo3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="css/mystyle.css">
<link rel="stylesheet" type="text/css" href="js/jquery-ui-1.11.4.custom/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="js/jquery-ui-1.11.4.custom/jquery-ui.structure.min.css">
<link rel="stylesheet" type="text/css" href="js/jquery-ui-1.11.4.custom/jquery-ui.theme.min.css">

<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
</head>
<body>
<div id="container">
Expand Down Expand Up @@ -57,8 +54,8 @@ <h2>completed tasks</h2>
</form>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/main.js"> </script>
</body>
</html>
Loading

0 comments on commit 7c094ac

Please sign in to comment.