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

  • Home
  • SEARCH
  • 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 6667921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:59:04+00:00 2026-05-26T02:59:04+00:00

First of all sorry guys for posting the question here. The support forum seems

  • 0

First of all sorry guys for posting the question here. The support forum seems to be almost dead.

So I’ve run into a bug in the qtip plugin or my code. When I call .qtip('hide') twice or more times consecutively, the tooltip will hide and never show again when calling .qtip('show').

The way to reproduce:

el.qtip('hide');el.qtip('hide');el.qtip('show'); \\ -> bug, the tip is not shown
el.qtip('hide');el.qtip('hide');el.qtip('hide');el.qtip('show'); \\ -> bug, same

Consecutive show works good…

el.qtip('show');el.qtip('show');el.qtip('hide');el.qtip('show'); \\ -> pass

Non – consecutive hide also works good:

el.qtip('hide');el.qtip('show');el.qtip('hide');el.qtip('show'); \\ -> pass

The question is:

How to make things work? The qTip api does not give me a way to find if the tip is hidden or shown. How can I know that? I can check if the qTip is hidden not to hide it twice.

Possible source of problem:

The qtip causing errors is constructed in a rather tricky way:

qtip({
            content: text,
            position: {
                corner: {
                    target: 'rightMiddle',
                    tooltip: 'leftMiddle'
                }
            },
            style: {
                tip: {
                     corner: 'leftMiddle',
                },
                border: {
                    radius: 11,
                    width: 4
                },
                name: 'red'
            },
            show: {
                delay:0,
                ready: true,
                fixed:true,
                when: { target: false, event:false },
                effect: function() {//.stop(true, true)
                    $(this).effect("drop", { direction: "down", mode: "show" }, 240)
                }
            },
            hide: {
                delay:0,
                fixed:true,
                when: { target: false, event:false },
                effect: function() {//.stop(true, true)
                    $(this).effect("drop", { direction: "down", mode: "hide" }, 240)
                }
            }
        })

To test this, you can go to http://www.buxdial.com/oldo/register.php, type anything in the captcha field, go to debugger and run the tests, replacing el with code.TIP

  • 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-26T02:59:04+00:00Added an answer on May 26, 2026 at 2:59 am

    If you have just one instance of a qtip on your page you can check to see if the qtip is currently showing by searching for the qtip-active class. Here is an example using jquery on how to check:

    if($('div.qtip-active').length) {
       alert("qtip is currently showing");
    }
    else {
       alert("qtip is hidden");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First of all sorry if it's a dumb question (and surely it is), but
Well, first of all sorry about this question it must be pretty straight forward
first of all, sorry if that question is dumb but I´m a total newbie
Hey guys, first off all sorry, i can't login using my yahoo provider. anyways
First of all Sorry if my question title sounds stupid.... I have the following
First of all, I'm sorry about the feedback-nature of this question. I'm trying to
First of all I'm sorry for such a question, I look over the internet
First of all sorry if the question is not being well specified because I
this is my first question on this page, so first of all sorry for
First of all I'm sorry if you feel this question has been raised before,

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.