Created
May 14, 2017 13:59
-
-
Save AntoscencoVladimir/b8ff66dba37a29d0e22e3901009374fd to your computer and use it in GitHub Desktop.
If Bootstrap popover is visible
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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