Skip to content

Instantly share code, notes, and snippets.

@boganegru
Created August 27, 2019 07:54
Show Gist options
  • Save boganegru/2e68f44f9ab94a5579a2886f25b775bf to your computer and use it in GitHub Desktop.
Save boganegru/2e68f44f9ab94a5579a2886f25b775bf to your computer and use it in GitHub Desktop.
comments exercise for jquery
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<textarea id="comment-box" rows=4></textarea>
<br>
<input type="submit" id="submit-comment" />
<div id="comment-list">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment