Skip to content
Discussion options

You must be logged in to vote

Based on comment #39945 (comment) I tried the following test:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Test Links</title>
    <link href="bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
  </head>
  <body>
    <p>A link: <a href="http://google.com/" title="Link to the Google search engine">Google</a></p>
    <p>A link with Tooltip: <a href="http://google.com/" title="Link to the Google search engine" data-bs-title="Link to the Google search engine" data-bs-toggle="tooltip">Google</a></p>
    <script type="module" src="bootstrap.bundle.min.js" crossorigin="anonymous"></script>
  </body>
</html>

using the BSv6 resources from #39945 (comment).…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@jenstroeger
Comment options

@easonw1207
Comment options

@jenstroeger
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jenstroeger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants