I am adding a style sheet to the head of the HTML page via the Jquery appendTo API. Once appended it appears the browser goes off and downloads the style sheet and referenced images and then applies the changes to the page.
How can I detect after this page has been updated? I.E. once its done downloading and done applying the CSS Style sheet that was added via appentTo?
Thanks!