TransMenus IE Memory Demo

This demo shows the fix for the memory leak problem which has plagued TransMenus on Windows/IE for quite some time.

The problem would occur when the page was refreshed or navigated to a different page. Because of circular references between DOM elements and JavaScript that IE could not deal with, memory would not be released appropriately.

To demonstrate the problem, I've set up two pages that redirect to each other in a loop. The first has the menus and the second doesn't. To verify that memory is not being leaked, open Task Manager and watch the memory consuption of iexplore.exe.

Launch Demo