Does Brython support nextSibling ? #2186
-
Hi everyone, I have in my Brython code something like ev.target.nextSibling.innerHTML = "<b>test</b>" however I get
Is this property is supported in Brython or do I screw something up ? |
Beta Was this translation helpful? Give feedback.
Answered by
BobSquarePants
May 9, 2023
Replies: 1 comment
-
mybad ! I should have used nextElementSibling instead.. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mybad ! I should have used nextElementSibling instead..