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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:30:06+00:00 2026-05-28T14:30:06+00:00

Tipsy Is lightweight and great technology for facebook tooltip style. now i need to

  • 0

Tipsy Is lightweight and great technology for facebook tooltip style. now i need to this for multiple link. eg :

<table id=\"gravity\">
   <tr height=\"22\">
       <td width=\"1%\" align=\"center\" bgcolor=\"$bgcolor\">
            <a id=\"foo\" title=\"test\" href=\"#\" > $id</a> //$id dynamic id for link 1, 2, 3, ...
       </td>
   </tr>
</table>

Js included is :

$(function() {
$('#foo').tipsy({gravity: 's'}); });

This Worked For me But print and show only first id (first link) and next link now show tipsy. what’s Problem ? how to work for multiple link ?

  • 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-28T14:30:07+00:00Added an answer on May 28, 2026 at 2:30 pm

    If you want the plugin to apply on all the links then change the selector to match all those links. Best is give a class tipsy or watever you name to all the links and find them using class selector. Try this.

    Markup (Note: I have added class=”tipsy” to the link)

    <table id=\"gravity\">
       <tr height=\"22\">
           <td width=\"1%\" align=\"center\" bgcolor=\"$bgcolor\">
                <a id=\"foo\" class=\"tipsy\" title=\"test\" href=\"#\" > $id</a> //$id dynamic id for link 1, 2, 3, ...
           </td>
       </tr>
    </table>
    

    JS

    $(function() {
        $('a.tipsy').tipsy({gravity: 's'}); 
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

HELP! I need help setting up tipsy I had it working earlier but now
My tipsy tooltip freezes onclick. My Jquery: <script> $(document).ready(function() { $('.example-1').tipsy({gravity: 's'}); }); </script>
I want to use the tipsy tooltip as a toolbar. When hovering a link
tipsy is plugin to facebook style tooltips using jquery. I want to be able
After reading the tips from this great Nettuts+ article I've come up with a
This is my current code in order for each of my $('#fbNameS1').tipsy({fade: true}); $('#fbNameS2').tipsy({fade:
I have been filtering my way through jQuery tooltip plugins and have found tipsy.
Tipsy jquery plugin is installed in my app This is in my load function
Is D3.js able to supprt tipsy tooltip? Can someone show me an example if
I am trying this code to update the fallback of tipsy plugin. How can

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.