0

I am having a hidden input field whose value changes on certain scenario. I want to trigger a function on the change of value in that input field. (onchange function is not getting called in the same.)

is there any way to do the same in the pure javascript. ?

<input type="hidden"  id="securityQuestionAnswerDate" value="" data-bind="label" name="securityQuestionAnswerDate" onchange="populateSecurityQuestionAnswer(this.value)"/>
vaibhav
  • 762
  • 2
  • 12
  • 34

0 Answers0