Skip to content

Instantly share code, notes, and snippets.

@skv-headless
Created February 26, 2014 11:49
Show Gist options
  • Save skv-headless/9228160 to your computer and use it in GitHub Desktop.
Save skv-headless/9228160 to your computer and use it in GitHub Desktop.
Boostrap tooltip with hovering on it.
$('#projects').find('.project-row').each(() ->
$this = $(this)
$this.tooltip(
container: $this
trigger: "hover"
)
)
@chanified
Copy link

Works like a charm!

@mchapman17
Copy link

This is great! Worked for me with a popover.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment