I’ve been utilizing css-element-queries from the https://github.com/marcj/css-element-queries repository to tailor styles based on an element's dimensions. However, I encountered an issue when dynamically adding elements via ajax calls. The new elements loaded through ajax are not being styled correctly, presumably because they are not present during the execution of the css-element-queries script. As this script runs automatically on window.load, I am unsure how to ensure it runs again after a successful ajax call. Since I’m using jquery, any jquery-specific solutions would be greatly appreciated.