+ 14
help needed with javascript and "this" object
The result i would like to get is explained in this code (js pannel). https://code.sololearn.com/WErAwh8fnRT8/#js An element's onclick is listenend, and i would like to catch a style property of this element and copy it to another. Can you tell me how i can do this ? Thank you : )
7 Answers
+ 3
You can only read inline css by element.style.
To read external css, use getComputedStyle(element).
https://code.sololearn.com/WNqeyFk7F370/?ref=app
+ 15
áș ! á ᶠáȘ
CalviŐČ's solution works fine, but i'm interested by your solution if it's a different one. Understanding what happens with all these ways to create functions with JS is not very intuitive when coming from python đ
I "tried to try" đ
what you suggest, but did not see a difference. Could you be more precise how to do it ?
+ 12
Yes, perfect đđ
Thank you so much CalviŐČ !
My problem is solved.
+ 12
áș ! á ᶠáȘđ
Got it, thanks
+ 2
Haha