JavsScript input changes

Add-in Express™ Support Service
That's what is more important than anything else

JavsScript input changes
Reading input values changed in JavaScript 
Marcelo Sofia




Posts: 1
Joined: 2014-10-04
Hello,

I'm try to read values of input elements that were set in JavaScript in jQuery's $( document ).ready(). The goal is to read the values without user interaction with the browser.

I tried using module's DocumentComplete2 and ADXIEHTMLDocEvents on onload events, however I'm getting the old values.


Thanks,
Marc
Posted 05 Oct, 2014 13:10:20 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Marcelo,

Please try to read those variables in the Tick event of a timer. You need to start the timer in the DocumentComplete2 event handler.
Posted 06 Oct, 2014 10:39:32 Top