I let my users to change any attribute(location, color, and ...) of every element in a page before printing.
I'm looking for a way which user can store the new style sheet and restore it anytime later?
I've tried to parse element.style
, but it doesn't return an array!
Also $(element).css()
doesn't work without any argument!