Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created October 2, 2019 00:42
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/f7fc21b1cd133da6bdc20fa070816355 to your computer and use it in GitHub Desktop.
Save codingwithsara/f7fc21b1cd133da6bdc20fa070816355 to your computer and use it in GitHub Desktop.
JQ Auto Complete 2
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>jQuery Auto Complete</title>
<style>
.container {
margin: 100px auto;
text-align: center;
}
#inputField {
width: 300px;
height: 40px;
font-size: 18px;
}
</style>
</head>
<body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment