Forum Discussion
rwm
Advisor
Thanks for the reply Doug. Unfortunately I was not able to get it to work by using load events on elements, nor with a global ajax event hook. A little more research seems to indicate that the best (or only?) cross-broswer solution is to use a setInternval type of solution, which I have done and found that it works, although the delay and additional overhead is not the ideal solution. I will probably use this method for now, pending a better solution I can find or a future Lithium update of classes for LI tags.
Thanks.
DavidE
12 years agoLithium Alumni (Retired)
Hey rwm,
We provide a loader util allows you to add a function to be run after the page has been loaded.
LITHIUM.Loader(function() { /*do something*/ });
Let me know if you have any other questions.
Related Content
- 2 years ago
- 3 years ago
- 2 years ago