What is the difference between these properties of the MouseEvent
object?
clientX/Y
,layerX/Y
,pageX/Y
,screenX/Y
,- And just
X/Y
? - Just yet
offsetX/Y
noticed.
Most of them are the same. And the difference screenX/Y
from the rest is clear.
What is the difference between these properties of the MouseEvent
object?
clientX/Y
,layerX/Y
,pageX/Y
,screenX/Y
,X/Y
?offsetX/Y
noticed.Most of them are the same. And the difference screenX/Y
from the rest is clear.
clientX/Y
alias.Source: https://ru.stackoverflow.com/questions/561575/
All Articles