Last Updated: February 25, 2016
·
1.005K
· skv-headless

Bootstrap tooltip/popover without hiding on hover

$('#projects').find('.project-row').each(() ->
  $this = $(this)
  $this.tooltip(
    container: $this
    trigger: "hover"
  )
)

1 Response
Add your response

nice! i was looking for something like this!

over 1 year ago ·