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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:53:20+00:00 2026-05-25T06:53:20+00:00

I have a fullCalendar page that I am using qTip (v2) on. The problem

  • 0

I have a fullCalendar page that I am using qTip (v2) on. The problem is that the qTip tip is REALLY slow and sometime does seem to get the mouseover event so that I have to re-mouseover and then it fire. I have an ajax call in that I thought might be slowing it down but when I removed the ajax call there was no difference.

The code below is the eventMouseover from fullcalendar. I didn’t include all of the calendar code as I don’t believe it is the problem.

eventMouseover: function(calEvent) { // start MouseOver
            if (typeof calEvent.TeamDetailID != 'undefined'){ //start undefined
            $(this).qtip({
                content: {
                    title: { text: calEvent.title },
                    text: 'Loading...',
                    ajax: {
                        url: '/inc/_runcfc.cfm',
                        type: 'post',
                        data: {cfc:'Display'
                            , cfcMethod:'TeamDetail_popUpDetail'
                            , TeamDetailID: calEvent.TeamDetailID
                        },
                        success: function(data, status) {
                            this.set('content.text', data);
                        }
                    }
                },
               show: { delay: 0}
            }); // (this).qtip
            } //end if undefined
        } // end mouseOver

I would think that even with the ajax call the tip should pop quickly with the content of “loading….” regardless of the amount of time that it takes the ajax to replace the content. The code above “works” on every other mouseover but still slowly. Is there something wrong in how I am doing this?

  • 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-25T06:53:21+00:00Added an answer on May 25, 2026 at 6:53 am

    The behaviour you’re describing looks in-keeping with your code… You’re actually configuring the qtip on the first mouseover (the eventMouseover handler) which will then cause qtip to bind its own event handler to the mouseover event (hence why it works on the second mouseover).

    However given the eventMouseover event is also called again, you’re re-initialising qtip…

    Ordinarily I’d be looking to set up the tooltip once and then using one of the events (assuming they’re provided in the version of qtip you’re using) to conditionally display/hide the tooltip.

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

Sidebar

Related Questions

I have a jquery fullcalendar . I would like to trigger jquery QTip (or
I have a problem with my Fullcalendar ( http://arshaw.com/fullcalendar/ ) events output. Now I
The jQuery fullCalendar plugin seems to have a problem in the editable mode in
When creating the fullCalendar I can set firstHour and have it scroll to that
I have a fullcalendar that is loaded in a div in a webpage. when
I have embedded the fullcalendar jquery control by using this code: $(document).ready(function() { var
I have implemented JQuery FullCalendar by fetching the events dynamically from an aspx page.
I have a page that makes use of jQuery Drag & Drop, and I
I am using fullCalendar and jquery. I have started by using the Dragging External
Here is a code of FullCalendar that I am using: $(document).ready(function() { var date

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.