Is there a way in jQuery to get all CSS from an existing element and apply it to another without listing them all?
I know it would work if they were a style attribute with attr()
, but all of my styles are in an external style sheet.
Thank you Stackers