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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T22:54:07+00:00 2026-05-28T22:54:07+00:00

I’m currently housing over 100 hidden tooltip boxes on a page, which is causing

  • 0

I’m currently housing over 100 hidden tooltip boxes on a page, which is causing slow loading times, I want to move these tooltips on a separate page e.g. tooltips.html – and only call a tooltip when it’s needed when I rollover (I guess aJax?)

The tooltips can be identified via a div e.g.

div id=”tip1″

div id=”tip2″

so that’s a good way to distinguish each tooltip.

The tooltip will have text and sometimes an image (don’t know if this is an issue).

I’m having trouble finding something that can handle this, hope someone can assist.

Many thanks.

  • 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-28T22:54:08+00:00Added an answer on May 28, 2026 at 10:54 pm

    you could use something like this, in the event of your choice (mouseover)

    $('.class-of-element-that-triggers-tooltip').hover(function(){
        var tooltipId = this.hash; // here you should dynamically assign the id of the tooltip you want to the variable
        $('#tooltip-container').empty().load('tooltip-page.html ' + tooltipId).show();
    }, function(){
        $('#tooltip-container').hide();
    });
    

    You links (assuming you use links for the elements to trigger the tooltip) should be something like this

    <a href="#tip1" class="class-of-element-that-triggers-tooltip">show tip 1</a>
    

    And you would also need a the container of the tooltip.

    <div id="tooltip-container"></div>
    

    The styling will work as it currently does. (if the relevant css is included in the page the user is viewing, then the tooltips can make use of that..)

    I would also probably put a loader image as the background of the #tooltip-container element, so that it is displayed while the tooltip is being fetched from the AJAX request..

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

Sidebar

Related Questions

I used javascript for loading a picture on my website depending on which small
I want use html5's new tag to play a wav file (currently only supported
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
I am currently running into a problem where an element is coming back from
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this

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.