$(document).ready()
does not guarantee that
window.onload
waits for all inline (I mean static) images
DOMContentLoaded
does not wait for external CSS
Any other solution? Have I missed anything?
It should be cross browser (at least major browsers). And of course I'm not asking about dynamicaly loaded stylesheets.