Get started with bootstrap-tagsinput CDN
MIT licensed
Free, easy-jQuery plugin: Bootstrap-tagsinput adds tag management with Bootstrap styling.
Tags:- tags
- bootstrap
- input
- select
- form
Stable version
Copied!
How to start using bootstrap-tagsinput CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with bootstrap-tagsinput CDN - cdnhub.io</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.cdnhub.io/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.css" rel="stylesheet">
</head>
<body>
<div class="container mt-5">
<label for="example-tagsinput">Tagsinput Example:</label>
<input type="text" id="example-tagsinput" class="form-control" data-role="tagsinput">
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js"></script>
<script src="https://cdn.cdnhub.io/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.min.js"></script>
<script>
$(document).ready(function() {
$('#example-tagsinput').tagsinput();
});
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!