I am trying to display pop of message using Bootstrap Popover. Here is my html code:
<div class="numberCircle">
<a href="#" data-toggle="popover" title="Book Information"
data-content="Booked By : hari <br> Booked from : Bookings.com">222</a>
</div>
I want to show the message like in html tags but it shows like below:
Here is my JS:
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
I want to show my data-content
element something like this: