Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d936e commit a2ea179Copy full SHA for a2ea179
week3/index.html
@@ -13,7 +13,6 @@ <h4>Add To Do</h4>
13
<input type="text" name="New To DO" id="add_todo"><span id="add_todo_button" class="button">Add</span>
14
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
15
<script type="text/javascript">
16
- // add js here
17
$(document).ready(function(){
18
var buttonCSS = {
19
"outline-style": "solid",
@@ -69,4 +68,4 @@ <h4>Add To Do</h4>
69
68
});
70
</script>
71
</body>
72
-</html>
+</html>
0 commit comments