til
Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager
View project on
GitHub
How Can I Get HTML Value Using JavaScript
You can get a value from an element quite easily.
document.getElementById("id").value;
References and Resources
StackOverflow: “How can I get HTML element value by JavaScript?”