I have the following BootStrap popover:
I found this way to be convenient:
You can trigger the 'show' and set options in one fell swoop:
$('#elementToPointAt').popover({ 'placement':'bottom', 'content':'Look at me!' }).popover('show');