Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created August 1, 2019 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingwithsara/7ea653ff1d88e0c3422d9286af678b31 to your computer and use it in GitHub Desktop.
Save codingwithsara/7ea653ff1d88e0c3422d9286af678b31 to your computer and use it in GitHub Desktop.
jQuery Text Counter
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>テキストカウンター</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style>
.container {
width: 500px;
margin-top: 100px;
font-size: 18px;
}
#count1, #count2 {
color: grey;
}
</style>
</head>
<body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment