Skip to content

Instantly share code, notes, and snippets.

@jc1987
Created October 7, 2014 09:25
Show Gist options
  • Save jc1987/6b9a4d6ca5f4ecb48d52 to your computer and use it in GitHub Desktop.
Save jc1987/6b9a4d6ca5f4ecb48d52 to your computer and use it in GitHub Desktop.
popver
var e = $('[data-toggle="popover"]');
e.popover({
html:true,
trigger:'hover',
delay: {hide: 5000},
placement: 'bottom',
container: e,
})
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment