7
I have a button that calls a modal like this:
<button type="button" data-toggle="modal" data-target="#revisao>Revisao</button>
To call a Tooltip is used:
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="left" title="Tooltip on left">Tooltip on left</button>
How to call Modal and Tooltip on the same button?
Perfect and simple.
– Bia