>
> Hey,
>>
>>
I have a similar problem with popover.
My goal is to show a image sprite on popover on an icon.
One should be able to select an image from this image sprite.
My code is like this.
$('#sample').popover({content:document.getElementById("shapes")}).popover('show');
On load of a page, icon along with popover image sprite is shown. But, on
refresh, the image sprite is disappearing as soon as we move mouse away
from icon and I am unable to select content from image sprite.
Any pointers in this regard is greatly needed.
Thanks in Advance.
Regards