Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
<head>
    <meta charset="utf-8" />
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" type="text/javascript"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-autocomplete/1.0.7/jquery.auto-complete.min.js" type="text/javascript"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-autocomplete/1.0.7/jquery.auto-complete.min.css">
</head>
<body>
    <div id="searchContainer">
      <div>
        <input id="searchInput">
      </div>
    </div>
</body>
</html>
 
body {
    background-color: #F3F3F3;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0
}
#searchContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
#searchContainer>div {
    position: relative;
}
#searchInput {
    width: 400px;
    padding: 10px;
    font-size: 14px;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers