+ 1
How to extract element html with id
2nd May 2020, 3:04 AM
ê§Ÿê§Ÿ ê§Ÿê§Ÿ
2 Answers
+ 7
2 ways
1)
document.getElenentsById("yourid");
2)
document.querySelector("#id");
2nd May 2020, 4:57 AM
Raj Chhatrala
Often have questions like this?
Learn more efficiently, for free:
Hot today
How create a new language ?
1 Votes
Beginner question
0 Votes
I need help to solve this
0 Votes
How To Enable Disable Divs?
0 Votes
Project
0 Votes



