I have a span with class=\"span\" and a hidden field class=\"dropdown\".
class=\"span\"
class=\"dropdown\"
The span text changes, and I need to grab the text an
span
var span_Text = document.getElementById("span_Id").innerText; console.log(span_Text)
I am the Text