Is there an event after CSS rules apply to all DOM elements? I know that the binding $(window).load() , from jQuery, starts when all js and css files are loaded.
But not when they are applied (there is a slight delay in milliseconds between application and dynamic inclusion, for example: $('#design').attr('href', 'style.css') // design is an <link href="otherstyles.css"> ).
source share