My goal is to allow the users to hover over other users posts and see information such as a profile picture, user rating, total comment count, etc.
I have the chat system working, and I know how to write the hover function to display the information. However, since the system is refreshing every few seconds to update the chat, my javascript/jquery doesn't seem to be working.
Any thoughts on how this can be accomplished?