Hi,
I have a javascript functions that can only run if certain element is present in the DOM. This element wont be there unless the user clicks a couple buttons. I want to do it so the elements appear anyway.
The ID of the element the user has to click is
topcmm-123flashchat-main-toolbar-message-type-option
if they click it, the element with the ID below will appear
topcmm-123flashchat-menu-style-topcmm-4
finally, if they click it, the element below will appear
topcmm-123flashchat-toolbar-style-send-sound-btn
is there any way to do this? How is it called?
Thank you.