elements
elements copied to clipboard
[Feature] elements.style modifications
I'd like to request a feature:
In Mootools it was possible to change the styles through .setStyle(x, v),
so a method like
var left = elements.style('left')
elements.style('left', left+5)
would be cool.