I'm trying to do some processing once a Marketo Landing Page is fully loaded: specifically, equalizing the heights of text elements.
I can do this successfully if there's a form loading, by executing it on 'whenReady'... but if there's no form on the page, is there a way to set up a callback when Marketo has finished initializing? (e.g. all mktoText elements are ready and set)