In Boostrap, how can a "onHover" popover in an iFrame be shown outside of it?
For example:
<div class="has_popover"></div>
<iframe class="has_event><input></iframe>
When someone puts focus into input
, I'd like to show a popover on the div outside the iframe. Is that possible?