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
If you're wanting to hide the popover use this instead:
$('.inputInfo').filter('[data-info-id="' +i.data('info-id')+ '"]').click();