A tooltip is used to display quick information about the element and it is easy to add to the element using Bootstrap.
You can specify your text or HTML content using the title option.
Within the tooltip, you can show content dynamically using jQuery AJAX. For this require defining an Anonymous function to handle AJAX request and get the content.