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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T13:38:56+00:00 2026-06-05T13:38:56+00:00

Im using http://mbielanczuk.com/jquery-gantt/ plugin Is anyone there have an idea how to change the

  • 0

Im using http://mbielanczuk.com/jquery-gantt/ plugin

Is anyone there have an idea how to change the mouseover hint to qTip2 ?

  • 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-06-05T13:38:57+00:00Added an answer on June 5, 2026 at 1:38 pm

    FINALLY I’ve got it!! 🙂

    Here’s how to change the fn-gantt-hint by qtip2. Open the js file and seach for;

    if (desc)
     {
       bar
    ...
     }
    return bar;
    

    then remove or just comment this;

    .mouseover(function(e){
        var hint = $("<div class='fn-gantt-hint' />").html(desc);
        $("body").append(hint);
        hint.css('left', e.pageX);
        hint.css('top', e.pageY);
        hint.show();
      })
      .mouseout(function(){
        $(".fn-gantt-hint").remove();
      })
      .mousemove(function(e){
         $('.fn-gantt-hint').css('left', e.pageX);
         $('.fn-gantt-hint').css('top', e.pageY+15);
     });
    

    with this;

    bar.qtip({
        content: desc,
        position: {
            my: 'top left',
            target: 'mouse',
            viewport: $(window), // Keep it on-screen at all times if possible
            adjust: {
                x: 10,  y: 10
            }
        },
        hide: {
            fixed: true // Helps to prevent the tooltip from hiding ocassionally when tracking!
        },
        style: 'ui-tooltip-shadow'
    });
    

    and then your DONE! 🙂 cheers! A gantt chart with a qtip2! credit to mbielanczuk by sharing the plugins and to qtip2 too! I love you guys! :))

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

Sidebar

Related Questions

I am using the jQuery plugin from this site http://mbielanczuk.com/2011/06/jquery-gantt-chart/ . I was able
I'm using http://code.google.com/p/select-box/ select box jquery plugin so that I can change the appearance
I am using http://www.phpletter.com/Our-Projects/AjaxFileUpload/ ajax file upload plugin. Is there any way of passing
I am using http://www.antiyes.com/jquery-blink-plugin for blinking images on my document. Code of that plugin
I'm using http://benalman.com/projects/jquery-hashchange-plugin/ to listen for hash changes in my project, but his plugin
Using http://objectmix.com/javascript/389546-reading-json-object-jquery.html as a starting point, I have been reading lots about JSON. Unfortunately
I'm currently using http://benalman.com/projects/jquery-hashchange-plugin/ and I noticed that my hashes show up as /#page
I'm using http://labs.skinkers.com/touchSwipe/ plugin for touch events. Main problem is when I attach swipe
Im using http://phase-change.org/jquery.gridlayout to achieve the fluid layout of several divs in my layout.
i am using http://malsup.com/jquery/cycle/ with jquery my code is <script> $(document).ready(function(){ $(div.hide1).fadeTo(slow, 0.13); $(div.hide1).fadeTo(slow,

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.