Questions tagged [asch-development]

By developing DApps based on ASCH, you can have an independent blockchain without being affected by other chains, at the same time get the complete capabilities and greatest degree of control over your blockchain.

8 questions
4
votes
1 answer

Howto use a (global) variable from a module inside jQuery's document ready function?

According to SO question Global javascript variable inside document.ready, I should be able to use global variables inside jQuery's document ready function. How can I do the same when my variable is declared inside a module?