+ 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 Respuestas
+ 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