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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T11:57:52+00:00 2026-05-19T11:57:52+00:00

When I bring back a list of results from my database, they are displayed

  • 0

When I bring back a list of results from my database, they are displayed like so:

Result 1
Result 2
Result 3

And so on… Now I’ve got the jQuery Tipsy plugin working so when you hover over the top of Result 1 it shows that persons users name. The thing is, if I hover over Result 2, that too should have the Tipsy tooltip appear, but it is just displaying the normal browsers tooltip.

I’m assuming it’s because all the id‘s on the results a tag’s are name the same: ‘east’. I guess I need to make some sort of for each check in the jQuery yet I wouldn’t have the foggiest on where to add this in the jQuery.

Has anyone got a solution to 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-19T11:57:53+00:00Added an answer on May 19, 2026 at 11:57 am

    Your problem is having the same ID on all 3 a tags. Under no circumstance is it acceptable to have the same ID applied to more than one element on the same page. You’ll need to fix that.

    <a href="result_one.html" id="result_one" class="tipsy">Result 1</a>
    <a href="result_two.html" id="result_two" class="tipsy">Result 2</a>
    <a href="result_three.html" id="result_three" class="tipsy">Result 3</a>
    

    You can apply the same class to all three a tags and then apply tipsy to the class.

    $(document).ready(function() {
      $('.tipsy').tipsy({fade:true,gravity:'n'});
    });
    

    Or you can do each ID separately.

    $(document).ready(function() {
      $('#result_one').tipsy({fade:true,gravity:'n'});
      $('#result_two').tipsy({fade:true,gravity:'n'});
      $('#result_three').tipsy({fade:true,gravity:'n'});
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Both search bring back the correct results, but when I tried combining the 2
I'm having troubles reading a Json result back from a controller method... I have
I'm trying to bring back a list of year/month combinations with counts for describing
I've made jQuery & AJAX script that uses a PHP function to bring back
I have 3 similar SQL queries that each will bring back 1 record with
I have been trying out the MoreLikeThis Bundle to bring back a set of
All, I am trying to use predicates to bring back a search return, giving
I have the following code, which compiles but doesn't bring back any data. Here
I've got a handler (list.ashx for example) that has a method that retrieves a
I am getting a response back from a Google Search Appliance suggest service 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.