Is there an event after CSS rules applied to all elements in the DOM ?
i know that the binding $(window).load()
, from jQuery, is fired when all js and css files are loaded.
But not when they are applied (there is a small delay of some milliseconds between applying and inlcuding dynamically, such as: $('#design').attr('href', 'style.css') // design is an <link href="otherstyles.css">
).