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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:12:09+00:00 2026-05-11T07:12:09+00:00

referring to my previous question I came accross to another problem. The div I

  • 0

referring to my previous question I came accross to another problem. The div I am showing includes links in it. When I click on them, the div disappears as expected but not as desired.. (we want it to disappear whenever we click on anywhere on page… but the links inside them)

the code currently being used:

   $.listen('click', '.tabImg', function(event) {                 var el = $('#tabs_menu');                 var dv = $('.tabImg').parent();                  var pos = dv.offset();                   $(el).show();                 $(el).css( {'position': 'absolute', 'left': (pos.left) + 'px', 'top':20 + pos.top + 'px' } );                  $(document).one('click', function()                 {                      $(el).slideUp().hide()                 });                 event.stopPropagation();     }); 

tabs_menu being the div I am showing with links inside of it…

what is the workaround for 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. 2026-05-11T07:12:09+00:00Added an answer on May 11, 2026 at 7:12 am

    You need to bind your links to a click event and stop the bubbling so the document doesnt recieve the bubbled click.

    I think a better approach to avoid binding multiple click events is to listen for the anchor being clicked inside the doucument click.

    So basically if the element that triggered the click event is an anchor dont slide up

    $(document).one('click', function(ev) {      if ( !$(ev.target).is('a') ){         $(el).slideUp().hide()     } }); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Referring to a previous question , i was wondering if its always possible to
I am referring to the information from my previous question which tells me in
Hello Referring to my previous question where I wanted a horizontal list: Remove extra
I am referring to my previous question but this time I used the java
Ok, referring back to my previous question, I am still working on learning haskell
referring to my previous question at Unable to perform any action before Process.Runtime.exec statement
Referring to question Spring Autowiring stopped working on GAE I ask: why doesn't AppEngine
Referring to the other question I asked Django using AJAX with Forms, Views ,
Referring to this question , how can i get the current page size in
referring to this question , I've decided to duplicate the tables every year, creating

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.