- Posts: 18
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
<button class="btn btn-lg btn-danger" data-bs-content="And here's some amazing content. It's very engaging. Right?" data-bs-toggle="popover" title="Popover title" type="button"> Click to toggle popover </button> <a class="btn btn-lg btn-danger" data-bs-content="And here's some amazing content. It's very engaging. Right?" data-bs-toggle="popover" data-bs-trigger="focus" role="button" tabindex="0" title="Dismissible popover"> Dismissible popover </a> <a data-bs-content="And here's some amazing content. It's very engaging. Right?" data-bs-toggle="popover" data-bs-trigger="hover focus" role="button" tabindex="0" title="A text with popover"> Hover shows it </a>
<script> $(function () { $('[data-bs-toggle="popover"]').popover(); }); </script>
<style type="text/css"> .popover-header { margin-top:0; color:maroon; background-color: yellow; } </style>
Please Log in to join the conversation.