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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:44:40+00:00 2026-05-31T16:44:40+00:00

I have my code as a jsFiddle . i need to close the previous

  • 0

I have my code as a jsFiddle. i need to close the previous dialog(if open any) on click of bar so that i can just show my new dialog. I am not able to do that.

Here is my javascript code here which handles the tooltip

function pieClick(event, pos, obj)
{    
if (obj) {        
showTooltip(obj.pageX, obj.pageY,
                            obj.series.label);
}}

function showTooltip(x, y, contents) {
var tooltip = $('<div class="tooltip">' + contents
        + '<span class="arrow"></span></div>');
tooltip.css({
    top : y - 25,
    left : x + 15
}).appendTo("body").fadeIn(10);
}

$("#placeholder").bind("plotclick", pieClick);

I need to do something in this pieClick() function. But i am not able to figure out how to do…How to do it?

  • 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-31T16:44:41+00:00Added an answer on May 31, 2026 at 4:44 pm

    Add this line to the start of your pieClick Method:

    $(".tooltip").fadeOut(10);
    

    Updated fiddle

    Update: Thinking a little more about this, it’s probably worth throwing in this line:

    $(".tooltip").Remove();
    

    To actually remove the content. Otherwise you’ll keep adding content to the body of the document every time somebody clicks.

    If you want to make sure you can still fade out the old tooltip, you can do this:

    var old = $(".tooltip").fadeOut(10, function(){
        old.remove();
    });
    

    Although if your fadeout is 10ms, you probably won’t notice the difference.

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

Sidebar

Related Questions

I have a problem with ui dialog close function. My code working first click
I have a bar chart created using flot jsFiddle Code Now i need to
I have the following code that is working fine in jsfiddle - http://jsfiddle.net/darkajax/FHZBy/ I've
I have the following Tab layout JsFiddle Code . Now i need to capture
I have a working version of my code here: http://jsfiddle.net/5Hqs3/24/ As you can see,
I have used the following code to get click outside to close working: Here
Can anyone offer more help on this I have the code setup on jsfiddle
I have this code : http://jsfiddle.net/VAkLn/6/ When i add a table : http://jsfiddle.net/VAkLn/7/ this
I have the following code: http://jsfiddle.net/uRCL2/1 At the moment the result is shown in
I have the following code which is created with a datalist control: http://jsfiddle.net/vmE2E/1/ But

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.