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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:36:04+00:00 2026-06-12T19:36:04+00:00

I am working on upgrading to jQueryUI 1.9.0 and I have jquery.tooltip that I’d

  • 0

I am working on upgrading to jQueryUI 1.9.0 and I have jquery.tooltip that I’d like to transition to the tooltips that are now in jQueryUI. The one problem is that jQueryUI tooltips do not have the showBody option. Is there a quick way to add that capability in there?

http://jquery.bassistance.de/tooltip/demo/
http://jqueryui.com/tooltip/
http://api.jqueryui.com/tooltip/

I’m thinking I could write a callback attached to the content option to parse out the delimited data I want (e.g. default delimiter could be ” – “, which is what it is in the “old” tooltip plugin) and break up into h3 (content before delimiter) and div (content after delimiter).

before I go too far down this road, I want to bounce it off the community to make sure I’m not reinventing the wheel and something like this doesn’t already exist in the jQueryUI tooltip and I just missed it.

Thanks in advance

  • 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-12T19:36:06+00:00Added an answer on June 12, 2026 at 7:36 pm

    Ed.S.’s solution:

    I tried the following and it works! Leaving the post here for others
    who may need the same functionality.

    $("#demoSelect").tooltip({
        track: true,
        content: function () {
            var arrContent = $(this).attr('title').split(' - ');
            var data = '<h3>' + arrContent[0] + '</h3><div>' + arrContent[1] + '</div>';
            return data;
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently I have been working on upgrading a big web application that was using
I'm working on upgrading a library that looks something like this (in coffeescript for
I'm working on upgrading a Codeigniter app I have running on 1.7.2 to 2.0.3
I am working on a blog site, upgrading it to MVC3. I have this
I'm working on designing a piece of software now, that has a few levels
I'm working on upgrading an application from MVC3 to MVC4 and noticed something that
After upgrading a working project from EF 4.0 to 4.1, I am now receiving
Working on a project that has had a long history of development. There have
After upgrading to jquery 1.7.2 i noticed that calling the val() operation is no
In upgrading from ExtJS3 to ExtJS4, one specific instance of our prior code not

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.