Bootstrap tooltip/popover without hiding on hover
$('#projects').find('.project-row').each(() ->
$this = $(this)
$this.tooltip(
container: $this
trigger: "hover"
)
)
Written by Zhenya Sokovikov
Related protips
1 Response
nice! i was looking for something like this!
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Bootstrap
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#