- From: Behrang Saeedzadeh <behrangsa@gmail.com>
- Date: Thu, 4 Dec 2014 18:37:26 +1100
- To: EcmaScript Discuss Mailing List <es-discuss@mozilla.org>, public-html@w3.org
Received on Thursday, 4 December 2014 07:37:53 UTC
Hi,
Are there any plans to add resize and movement event listeners for DOM
elements?
elem.addEventListener("move", function(e) {
console.log(o.target.oldLocation);
console.log(o.target.newLocation);
});
Are there technical limitations why these events or not being defined for
elements?
Best regards,
Behrang
Received on Thursday, 4 December 2014 07:37:53 UTC