Playing with Bootstrap-3-Typeahead

Developer
Size
2,150 Kb
Views
6,072

How do I make an playing with bootstrap-3-typeahead?

What is a playing with bootstrap-3-typeahead? How do you make a playing with bootstrap-3-typeahead? This script and codes were developed by Jek Bao Choo on 19 January 2023, Thursday.

Playing with Bootstrap-3-Typeahead Previews

Playing with Bootstrap-3-Typeahead - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Playing with Bootstrap-3-Typeahead</title> <link rel='stylesheet prefetch' href='https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="input-group"> <input id="typeahead-input" type="text" data-provide="typeahead" class="form-control" placeholder="Search for..."> <span class="input-group-btn"> <button class="btn btn-secondary" type="button">Go!</button> </span>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.0/bootstrap3-typeahead.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Playing with Bootstrap-3-Typeahead - Script Codes CSS Codes

/*
.twitter-typeahead { width: 100%;
}
.typeahead, .tt-query, .tt-hint {	border: 2px solid #CCCCCC;	border-radius: 8px;	font-size: 24px;	height: 30px;	line-height: 30px;	outline: medium none;	padding: 8px 12px;	width: 396px;
}
.tt-dropdown-menu {	background-color: #FFFFFF;	border: 1px solid rgba(0, 0, 0, 0.2);	border-radius: 8px;	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);	margin-top: 12px;	padding: 8px 0;	width: 422px;
}
.tt-suggestion {	font-size: 24px;	line-height: 24px;	padding: 3px 20px;
}
*/

Playing with Bootstrap-3-Typeahead - Script Codes JS Codes

var typeaheadData = ['alpha', 'allpha2', 'alpha3', 'bravo', 'charlie', 'delta', 'epsilon', 'gamma', 'zulu']
jQuery(document).ready(function() { $('#typeahead-input').typeahead({ source: typeaheadData });
})
Playing with Bootstrap-3-Typeahead - Script Codes
Playing with Bootstrap-3-Typeahead - Script Codes
Home Page Home
Developer Jek Bao Choo
Username jek
Uploaded January 19, 2023
Rating 3
Size 2,150 Kb
Views 6,072
Do you need developer help for Playing with Bootstrap-3-Typeahead?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jek Bao Choo (jek) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!