PIE
PIE copied to clipboard
AJAX-based apps
When applying styles to content received with AJAX (e.g. some 'div' contents are rewritten every time user clicks a button) a linearly increasing memory consumption noticed. Removing 'behavior' properties fixes the problem.
Does the memory go back down when the page is reloaded?
When you say "Removing 'behavior' properties fixes the problem", do you mean removing the behavior property manually from each element's style when the element is destroyed, or something else?