I'm trying to degub a fairly large application written in jquery mobile and am struggling to pin down a suspected memory leak.
I have been criss-crossing through the app running all functions up and down. all the while server memory usage is ok and all but one page are working fine.
On the page in question (widget heavy product search & order page, using JQM photoswipe, multiview plus a bunch of other plugins) all works well for a while until most of the buttons stop working.
Buttons not reacting tells me I need to check my jquery app manager, which also handles all event bindings. problem is, it's about 90k and I don't really know where to start, so
Question: are there any tools that can check Jquery/Javascript for potential memory leaks? What else could I do to try and pin down the problem?
Thanks for some insights