Skip to content

Instantly share code, notes, and snippets.

@skv-headless
Created February 26, 2014 11:49
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 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"
)
)
@getdave
Copy link

getdave commented May 14, 2014

This worked for me. Thanks!

@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