I am using javascript to load my CSS files. I want to run a function once all CSS files have been downloaded and painted.
I do have jQuery loaded so I can use one of its functions.
.ready and .load don't seem to be waiting for CSS to complete the paint.
Thank you for your help.