bs4-scripts.html
315 Bytes
<script src="{{ url_for('static', filename='js/jquery-3.6.0.min.js') }}" type="text/javascript"></script>
<script src="{{ url_for('static', filename='js/bootstrap.bundle.min.js') }}" type="text/javascript"></script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>