I would like to show the bootstrap tab inside the Popover. I referred to the Bootstrap documentation and am not able to acheive this correctly. Following is the code that I have tried
var tab = $('#mytab');
$('#mypop').popover({
selector: tab
});
Am not sure what is the mistake that I am doing to get this working. Appreciate if someone could help me understand the mistake.