You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to facebox
Is there a clear performance benefit from hiding the html and keeping
it in the DOM as opposed to continually removing and adding it?
I have some functions that look for whether or not a facebox has been
called. It returns true since the facebox is still in the dom, just
hidden. I can easily fix this by removing the facebox, but would like
some insight on any performance hits I may take.