I have noticed that my application is causing a substantial memory leak in firefox (and only firefox for some reason).
I imagine this would be caused by my jQuery code. Of which there is a huge amount.
My understanding is that Firebug, with which I am quite familiar with, can be used to pinpoint memory leeks in your code.
However I have done quite a bit of reading on this subject across the last week and while I see that by profiling the memory heap you can identify a leak I am still completely unclear as to how I would actually pinpoint the function or functions in my code that are causing the issue.
Can anyone give me any advice or provide me with some good resources on the issue as it relates to jQuery. Also are there any good tools out there other than firebug to make this kind of debugging easier.
Many thanks.