Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7000551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:41:12+00:00 2026-05-27T20:41:12+00:00

I’m trying to use Twitter Bootstrap Twipsy as a hovering tooltip with a link

  • 0

I’m trying to use Twitter Bootstrap Twipsy as a hovering tooltip with a link inside the tooltip.

The problem is that when the mouse cursor leaves the element then the tooltip disappears and users can’t reach the link inside the tooltip (take a look at the Demo and see that you can’t put your mouse cursor on the twipsy black bubble as it disappear).

Is there a way to fix it?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T20:41:12+00:00Added an answer on May 27, 2026 at 8:41 pm

    I find it difficult to believe that one of the creators of bootstrap told you this wasn’t possible, as it most definitely is – It just takes a bit of tinkering.

    Here is the solution in coffeescript and jquery, tested and working:

    timer = null
    el = null
    el2 = null
    $('[rel=twipsy]').live
      mouseenter: ->
        $('.twipsy').remove()
        $(this).twipsy('show')
      , mouseleave: ->
        el = $(this)
        timer = setTimeout((-> 
          el.twipsy('hide')
          $('body .twipsy:last-child').remove()
        ), 10)
    
    $('.twipsy').live
      mouseenter: ->
        clearTimeout(timer)
        el2 = $(this)
        el2.css 'z-index', 1000 if el2.hasClass 'in'
      , mouseleave: ->
        timer = setTimeout((->
          el.twipsy('hide')
          el2.css 'z-index', 1
          $('body .twipsy:last-child').remove()
        ), 10)
    

    If you are working on an application that gets heavy traffic, has to work in old browsers or old computers, or otherwise is very performance-reliant, I would highly recommend rolling your own solution here, as using a lot of live handlers isn’t really a great idea. But for something small/normal, this works just fine. I’ve only found one small very strange bug that can come up (although it is rare) if you hover in a particular way. The overlap issue is solved by z-index manipulation.

    If you need this is in vanilla javascript, just paste it into the “try coffeescript” console at http://coffeescript.org/ and it will compile for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka
I'm trying to create an if statement in PHP that prevents a single post
Basically, what I'm trying to create is a page of div tags, each has
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.