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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T05:07:21+00:00 2026-05-19T05:07:21+00:00

I have an interface with a listview of various options e.g 1)Asian 2) Euorpian

  • 0

I have an interface with a listview of various options e.g 1)Asian 2) Euorpian 3)…… this listview is populated by calling JSP script that accesses this data (i.e. all 3 or more options) from database. I want to have a small popup window (like any help window) to be displayed when I move mouse over( onmousemove function) any option. e.g when i put mouse over Asian then a small help sort of window display Indians,chinese,thai…etc. This data Indians, chinese…. comes again by calling a jsp file since the related information is stored in database. Hence all options of listview will have different information which is dynamically changing from the database.

Can anyone suggest how to achieve 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-19T05:07:22+00:00Added an answer on May 19, 2026 at 5:07 am

    There are plenty of ready made javascript libraries out there that do exactly this, just google for “javascript tooltip” or “jquery tooltip”.

    If you don’t want any bloat what so ever I suggest using jquery and simply creating the tooltip on the fly.

    Eg.

    $("select > option").hover(function( {
      pos = $(this).position();
      $(this).before($("<div>").css({position: absolute,left: pos.left,top: position.top}).text("Your Text"));
    });
    

    Note that this is just a very bare basic example, you’ll still want to think about offset and consider that the parent element might offset the positioning as well. You could make the link itself relatively positioned and skip the position detection all together.

    Also note that I don’t think the hover event will trigger in every browser, as I don’t think the listView option node does not have any events attached to it by design. You should consider an alternative flow or using a javascript library to show custom listView elements which will allow you to attach events to the option nodes. Here are some you can use:

    http://www.queness.com/post/204/25-jquery-plugins-that-enhance-and-beautify-html-form-elements#9

    Anyway this should give you something to get started with.

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

Sidebar

Related Questions

I have a ListView that is filled with a dynamic set of data each
Let's say we have interface window_creator that responsible for creation of windows. For simplicity
I'm trying to figure out why this code won't compile. I have interface A
I have an Interface like this: namespace QuickRoutes.Model.Utilities { public interface IRoutesManager { bool
I have next interface public interface IMyInterface { string this[string key] { get; set;
I Have a ListView with many Items that is to be loaded in search.
I have a ListView subclass that display rows that each contain an EditText and
OK, here we go: I have a search interface/ dialog (the type that gets
I am using a generic ListView sorter implementing the IComparer interface. Is this working
I have a ListView control receiving data from BackgroundWorker through ReportProgress . The worker

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.