I've read this but I hoped there was a way to get it work. Btw whats
so difficult to check if domready is still happened?
> Bottom line: *only* the few special scripts out there, like libraries, that
> do their own DOM-ready detection, and don't do so in a
> dynamically-loaded-after-page-load safe way, will have possible problems if
> loaded by LABjs, so avoid it *only* in those rare cases. Simply load those
> special scripts with a manual script tag like always before. In all other
> cases, including your plugins which rely on that logic working
> correctly, *LABjs
> is perfectly safe and good to use*!