Does anyone know a way to position a bootstrap popover on the "Right Bottom" of a clicked button instead of the "Right Middle"? The positioning should be dynamic.
https://i.sstatic.net/OSQln.png
To see the standard code, click here: http://jsfiddle.net/VUZhL/2915/
<a href="#" id="example" rel="popover" data-placement="right" data-content="Header" data-original-title="Text">pop</a>
Thank you in advance.