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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:06:51+00:00 2026-05-31T02:06:51+00:00

I need help reviewing a basic tooltip using jQuery ui position. The jQuery tooltip

  • 0

I need help reviewing a basic tooltip using jQuery ui position. The jQuery tooltip gets the title attribute off a link and creates a tooltip on hover of that link. How can this code be improved and or made more efficient? I wanted to post this here in the hopes it helps others. I sure spent enough time on something that I thought would be simple.

Here is my code (Would love for people to post alternate versions):

http://jsfiddle.net/pN4Bw/

$(".tip a").hover(
    function() {
    var tipText = $(this).attr("title");
    $("<div class='toolTip' style='display:none;'>" + tipText + " </div>").insertAfter(this);
$('.toolTip').position({
    my: "left top",
    at: "right top",
    of: this,
    collision: "flip"
});
//Is there a better way to select the tooltip?
$(this).next().fadeIn(500); //should I fade it in this way?            
}, function() {
//Should I use a better selector?
$(this).next().fadeOut('slow', function() {
    $(this).remove();
    });
});​
  • Should I even be using ui position or some other technique? I’m open to better solutions.
  • Do you know of a better non plugin jQuery tooltip?
  • I refuse to use a plugin for something like this.
  • I heart StackOverflow
  • jQuery UI .position used above – http://jqueryui.com/demos/position/

Ideas, thoughts, comments? Thanks all, I hope this helps others as well!

  • 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-31T02:06:52+00:00Added an answer on May 31, 2026 at 2:06 am

    Use of jQueryUI position() method would be dependent on if you are already using jQueryUI in page or not. Would be a waste to load it if all you need is position.

    Not a lot of extra effort to calculate position using the link offset with offet() method and an adustment for width using width() method.

    If already loading jQueryUI… position() is a very convenient utility method and saves doing the calcs yourself

    EDIT: use of UI position “flip” option however does require considerably more effort to code yourself

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

Sidebar

Related Questions

Need help writing a script downloads data from google insight using c# this is
Need help with implementing a pure abstract class via inheritance , using namespace to
I am reviewing a database model. I need some help with a part of
Need help with copying array object to a temp array object using a for
I need help implementing a new feature in an existing product that's implemented using
Need help to figure out why the following code for basic Binary Search Tree
Reviewing for midterm, need some help with the following: Given the points p0 =
I need some help revising this. It keeps only displaying 0s as the temp.
need help to create regular expression matching string www.*.abc.*/somestring Here * is wild card
need help/guide for sql select query, I have 2 table stock and stock_history, in

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.