How to select class, id and value | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to select class, id and value

When i click on a button, the target element and its parent and parent of parent should be displayed on console with id, class and value.

12th May 2021, 12:29 PM
Harshit Prajapat
Harshit Prajapat - avatar
2 Respostas
0
Vanilla Javascript solution https://code.sololearn.com/WK2ilTc7JaKt/?ref=app If that's not what you want please tell more
12th May 2021, 2:27 PM
ACADEMIC
ACADEMIC - avatar
0
With a dot notation a.id //returns a id value a.class // returns a class value a.id = "identity" //sets a id to identity a.class = "classic" //sets a class to classic
20th May 2021, 7:13 AM
šŸ‡®šŸ‡± Radin Masiha šŸ‡®šŸ‡±
šŸ‡®šŸ‡± Radin Masiha šŸ‡®šŸ‡± - avatar