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 : )
6/11/2019 1:09:00 PM
Cépagrave7 Answers
New AnswerYou can only read inline css by element.style. To read external css, use getComputedStyle(element). https://code.sololearn.com/WNqeyFk7F370/?ref=app
ᐺ ! ᖇ ᖶ ᒪ 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 ?
Cépagrave it doesn't have a difference visually but I think it's more logical to attach a function to event instead of using `this`
Arrow functions don't have bind to `this`. Try using addEventListener with event target
Learn Playing. Play Learning
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message