elements icon indicating copy to clipboard operation
elements copied to clipboard

[Feature] elements.style modifications

Open marcj opened this issue 11 years ago • 0 comments

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.

marcj avatar Apr 04 '14 19:04 marcj