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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:09:10+00:00 2026-06-06T18:09:10+00:00

I tried to achieve the following using Twitter Bootstrap 2.0 and it’s popover-plugin, but

  • 0

I tried to achieve the following using Twitter Bootstrap 2.0 and it’s popover-plugin, but after a few hours, I still can’t figure it out.

Let’s just say, on the down-left corner of my page I got a picture showing a bird. This bird should “speak” every popover, for example the ones for a registration form, should appear on top of the bird. Is this possible?

For better understanding I created a test site over here. If you hover over the registration fields, there are the popovers. I want them to appear over the bird-img in the down-left corner, but I don’t know how to achieve this. It would be great if you could help me.

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

    Method 1:

    The jQuery hover handler takes an “in” and an “out” method, and in your sample you are only assigning the “in” method, to show the popup. This is fine, but rather than attach it to “this”, you should attach it to your bird image. Make sure to change the trigger of the popup to manual also. Then in the “out” method of hover, you just need to hide the popover.

    $('#registerHere input').hover(function()
    {
        $('#birdie').popover({
                "trigger": 'manual',
                "placement":'top',
                    }).popover('show');
    },
    function()
    {
        $('#birdie').popover('hide');
    });
    

    Method 2:

    Alternately, keep what you have, but use the “selector” option provided, and give it your bird image as a parameter, this should trigger the popover from your control, but delegate it to your bird image.

    selector: if a selector is provided, tooltip objects
    will be delegated to the specified targets

    $('#registerHere input').hover(function()
    {
        $('#birdie').popover({
                "selector": "#birdie",
                "placement":'top',
                    }).popover('show');
    });
    

    EDIT: Added sample code.
    I don’t have a chance to test this, so there might be some syntax error or something, but the general idea is there.

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

Sidebar

Related Questions

I tried to achieve following using recurssion but im getting segfault pls correct me??
I want to achieve this using html and css: I have tried to set
Tried a bunch of things but I can't get it to work consistently amid
I'm trying to achieve the following goal: Using this general singleton class: abstract class
I am using jquery 1.4.2 and trying to achieve the following: 1 - function
I am using the following jQuery. A div box slides up, and then after
It it possible to achieve the following layout in CSS using a <ul></ul> and
I want to achieve following layout using javascript/jquery and css. I have a project
guys How can i achieve the following var productslist=from p in productsTable select new
I am trying to achieve the following: Using Skype, call my mailbox (works) Enter

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.