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

The Archive Base Latest Questions

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

I have a layout similar to <div id="outer"> <div id="inner"></div> </div> with a mouse

  • 0

I have a layout similar to

<div id="outer">  
     <div id="inner"></div>  
</div>

with a mouse event for the ‘outer’ element.

I am accessing the mouse coords of the event using jQuery’s mouseup event with the layerX and layerY values.

When a click is received on the ‘inner’ element, it gives the coords of the click relative to the ‘inner’ element. Is it possible that when a click is given to the element, it can give the mouse coords relative to the outer element

Basic overview of what I have:

$('#outer').mouseup(function(e){  
    // do stuff with  
    //e.layerX  
    //e.layerY  
}
  • 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-19T22:06:58+00:00Added an answer on May 19, 2026 at 10:06 pm

    jQuery doesn’t have a built in way to do this, however you could calculate what you are looking for in the way you are describing. However a simpler way would be to always get the mouse position relative to the document, and then subtract the #outer elements position relative to the document:

    var $outer = $('#outer');
    $outer.mouseup(function(e) {
        var offset = $outer.offset();
        var x = e.pageX - offset.left;
        var y = e.pageY - offset.top;
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a layout similar to this: <div id=...><img src=...></div> and would like to
I am using Tiles within my web-application. I have a standard-layout (standard.jsp) within the
I have the following div layout: Everything is fine when I put normal txt
I would like to have a layout similar as this one and also to
I want to have achieve something similar to Java Tiles framework using only client
I have a layout which uses min-width and works great. So I came to
I have a layout that is working, but it has one very annoying problem..
I have the following layout for my test suite: TestSuite1.cmd: Run my program Check
I have a mockup layout for something here . Essentially there are sections, columns
I have a page layout for my MOSS '07 site that I want put

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.