I’m using asp.net mvc 3 + jquery with plugins such as jqgrid.
And the problem is in memory drain inside IE7. Just a page reload causes memory leak.
I’ve searched the web and found small info about the topic, just several bugs and most of them are connected with jquery.
So the question is: does this problem is common to any website when using IE7 or is there any common solution how to avoid such a problem. Maybe there are special garbage collectors or plugins for IE7?
UPDATE
The problem is caused by the couple: jquery 1.6.4 and jquery ui 1.8.16! (it occurs not only with this versions. I’m just tried this cause they are the latest)
So can anybody provide a stable versions of jquery and jquery-ui without memory leak in IE7?
This bug is connected with datepicker included in the jQuery UI package. You can download the latest one but without datepicker widget and everything will be alright!
Or you can use jQuery 1.6.4 and jQuery UI 1.8.12!