When I use the bootstrap popover in \'manual\' mode \'destroy\' and \'hide\' not working properly. When I\'m using hide and destroy, popover opacity changing to 0 but its not ch
I have fixed it by adding this in css file:
.popover.fade{z-index:-1;} .popover.in{z-index: inherit}