Every time I update the HTML of an element dynamically using jquery.html(), the external CSS styles (except for those inherited from parent elements) are not applied to the elements. When I refer to external CSS, I am talking about styles that are not directly included in the page through a style tag (without the src attribute).
Is there a method to ensure these styles are applied?