Core Docs | Additional Modules Docs

Element.prototype.clearPosition


@Description: Clears any position data set with javascript
@File: Element/prototype/clearPosition.js
@Example:
myElement.style.position = 'absolute';
myElement.style.left = '10px';
myElement.clearPosition();
//both properties would be ''