reordered js
This commit is contained in:
15
javascript/6-more-jquery-basics/index.html
Normal file
15
javascript/6-more-jquery-basics/index.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="main.css">
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="application.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<form id="post-comment" action="#" method="post">
|
||||
<input type="text" name="comment" placeholder="Type your comment.">
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
<ul id="comments"></ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user