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 6766693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:51:43+00:00 2026-05-26T14:51:43+00:00

I have been looking for a long time now and can’t seem to find

  • 0

I have been looking for a long time now and can’t seem to find a jQuery tooltip plugin that utilizes the following:

onClick (Instead of hover, making it work like a toggle button)
Fade In/Fade Out

The idea for using tooltips is that I have a few links which I want to display content in. While normal tooltips (this is probably where I went wrong..) are for hovering, it needed to be one that was toggled by clicking on the link triggering it.

Are there better ideas for this than using a tooltip?

  • 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-26T14:51:44+00:00Added an answer on May 26, 2026 at 2:51 pm

    I don’t know how you’ve been looking but a quick google search for jquery tooltip gave me
    http://flowplayer.org/tools/tooltip/index.html (been using their scrollable plugin for some time now, really like it 🙂

    from their site:

    jQuery Tooltip allows you to fully control when the tooltip will be
    shown or hidden. You can specify different events for different types
    of elements. You can control this behaviour with the events
    configuration variable which has following values by default:

    events: {
      def:     "mouseenter,mouseleave",    // default show/hide events for an element
      input:   "focus,blur",               // for all input elements
      widget:  "focus mouseenter,blur mouseleave",  // select, checkbox, radio, button
      tooltip: "mouseenter,mouseleave"     // the tooltip element
    }
    

    using ‘click’ should do the trick. (I didn’t test it)

    however, if all else fails you can still fake it by using the ‘scripting api’, just call .show() and .hide()

    Edit:

    Since click, click doesn’t work exactly as I thought it would, I offer you a workaround.
    I really hope that there’s a nicer way to achieve the same result though.
    I tested it with a local copy of http://flowplayer.org/tools/tooltip/index.html and it works as expected.

    var tooltip = $("#dyna img[title]").tooltip({
        events: {
          def:     ",",    // default show/hide events for an element
          tooltip: "click,mouseleave"     // the tooltip element
        },
       // tweak the position
       offset: [10, 2],
       // use the "slide" effect
       effect: 'slide'
    // add dynamic plugin with optional configuration for bottom edge
    }).dynamic({ bottom: { direction: 'down', bounce: true } });
    
    tooltip.click(function() {
        var tip = $(this).data("tooltip");
        if (tip.isShown(true))
            tip.hide();
        else
            tip.show();
    });
    

    But I suggest you take a look at qTip as suggested by user834754 as well, you might like it more.

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

Sidebar

Related Questions

I have been looking around for some time now, but can't seem to find
I have been looking for the error for a long time, but cannot find
I have been using the jquery appear plugin for some time now, but it
I have been looking into backbone.js and I can't seem to figure out how
I've been test-infected for a long time now, but it would seem the majority
I've been looking through the internet a long time now for an easy solution
I have been looking online for some time now to make sure there was
I have been looking long for a solution how to pass the value from
I have been looking at this for to long so I am tossing it
I have been looking around for a visualization framework that would aid graph visualization

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.