Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Embedding: 'ready' event

My embedding of coding.html suffers from timing problems. I wire up to the page on web page "load", but I guess that coding.html is using 'load' to configure the page. If I get called first I lose.

I imagine that I should be looking for another event. I could use DOM mutation events, but perhaps you have something better?

jjb


Back to the top