Hi!
In a single page jquery mobile and backbone app, I'm trying to cycle a large backbone collection into a jquery mobile page, as soon as I have switched a model i should re-render my view and trigger the pagecreate event (it's the only event i found that redraws the whole page header and footer included).
the problem is that pagecreate generates a huge memory leak in my app (almost 0,5 mb for trigger) and makes it unusable very soon...
is there a way to clean all before retriggering pagecreate and so avoid memory leaks?
thanks in advance
Luca