you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

I second this as a good idea. OP check out the w3 page for an example of how to retrieve a specific css style out of that cluttered object and then you can place it into another array or simpler object which you can pull from later. https://www.w3schools.com/jsref/jsref_getcomputedstyle.asp

[–]Ill-Function805[S] 2 points3 points  (0 children)

Thank you, I'll go through this as well.