Is there a way for jQuery to change <div> class based on when content was added? For example, If I have a page with multiple <div>s and the page is updated with a new <div>, can jQuery change the class for that <div>?
Is there a way for jQuery to change <div> class based on when content
Share
This answer seems to address your issues. Specifically the answer by Emile that suggests a generic JavaScript solution seems like a good starting point.