how to get value inside span using javascript
var span_Text = document.getElementById("span_Id").innerText;
console.log(span_Text)
how to get value inside span using javascript
var span_Text = document.getElementById("span_Id").innerText;
console.log(span_Text)
how to get value inside span using javascript
<script type="text/javascript">
document.getElementById('button1').onChange = function () {
document.getElementById('hidden_field_id').value = document.getElementById('span_id').innerHTML;
}
</script>
how to get value inside span using javascript
<span id="detail1Loading">7b****** </span>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us