0

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:

popup message display

Here is my JS:

$(document).ready(function(){
    $('[data-toggle="popover"]').popover();   
});

I want to show my data-content element something like this:

real content

Roland Rácz
  • 2,659
  • 2
  • 20
  • 40
Abhils
  • 303
  • 2
  • 7

0 Answers0