Skip to content
Advertisement

JavaScript setInterval and `this` solution

I need to access this from my setInterval handler

JavaScript

How can I access this.prefs in ajax.onload?

Advertisement

Answer

The setInterval line should look like this:-

JavaScript

Edit: The same principle applies to the ” onload “. In this case its common for the “outer” code to do little, it just sets up the request an then sends it. In this case the extra overhead an additinal function as in the above code is unnecessary. Your retrieve_rate should look more like this:-

JavaScript
Advertisement