Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created October 2, 2019 00:40
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/bffc2c95f6fa41f8368a667f7cc3f539 to your computer and use it in GitHub Desktop.
Save codingwithsara/bffc2c95f6fa41f8368a667f7cc3f539 to your computer and use it in GitHub Desktop.
JQ Auto Complete 1
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>jQuery Auto Complete</title>
</head>
<body>
<div class="container">
<h2>都道府県を選択</h2>
<input type="text" id="inputField">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment