Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Function not being updated correctly Reply To: Function not being updated correctly

#236198
Shikkediel
Participant

You’re executing the function on something that’s removed with the Ajax call whenever a link is clicked – including the inline style that makes it visible. Instead you’d better apply it to the new content after it’s loaded.