Using jQuery, is there a way to retrigger the document.ready trigger at some point after a page has loaded?
document.ready
Update: jQuery sheds them once they are run.
What if you tried building a module execution controller right into the ready function? Kind of like this:
https://gist.github.com/miguel-perez/476046a42d229251fec3