"Popover for Directory"
Bootstrap 4.0.0 Snippet by ASCPalitwack

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script> </head> <div class="container"> <div class="row"> <table> <tr> <td>Additional Certifications/Qualifications <a tabindex="0" role="button" data-toggle="popover" data-trigger="focus" data-content="test" data-html="true"> <i class="fas fa-question-circle"></i> </a> </td> </tr> </table> </div> </div>

Related: See More


Questions / Comments: