Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntoscencoVladimir/b8ff66dba37a29d0e22e3901009374fd to your computer and use it in GitHub Desktop.
Save AntoscencoVladimir/b8ff66dba37a29d0e22e3901009374fd to your computer and use it in GitHub Desktop.
If Bootstrap popover is visible
const isVisiblePopover = $(el).data('bs.popover').tip().is(':visible'); // true | false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment