Some concepts in JavaScript:

Source: Internet
Author: User
Some concepts in JavaScript: Set clientX, clientY, offsetX, offsetY, screenX, and screenY clientX or obtain the x coordinates of the mouse pointer position relative to the client area of the window, the customer area does not include the control and scroll bar of the window.

ClientY sets or obtains the y coordinate of the mouse pointer position relative to the client area of the window. The client area does not include the control and scroll bar of the window.

OffsetX sets or gets the x coordinate of the cursor position relative to the (this) object of the trigger event.

OffsetY is used to set or obtain the y coordinate of the cursor position relative to the (this) object of the trigger event.

ScreenX is used to set or obtain the x coordinates of the cursor position relative to the user's screen.

ScreenY is used to set or obtain the y coordinate of the mouse pointer position relative to the user's screen.

X sets or obtains the x-pixel coordinates of the cursor position relative to the parent document.

Y sets or obtains the y pixel coordinate of the cursor position relative to the parent document.

Picture Source Network

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.