Skip to content

Instantly share code, notes, and snippets.

@a-ignatov-parc
Created March 19, 2013 12:01
Show Gist options
  • Save a-ignatov-parc/5195541 to your computer and use it in GitHub Desktop.
Save a-ignatov-parc/5195541 to your computer and use it in GitHub Desktop.
var $item = $(item),
tip = $item.data('popover').tip();
if ($.contains(event.currentTarget.body, tip[0]) && !$.contains(tip[0], event.target)) {
$item.popover('hide');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment