memory leak IE9

memory leak IE9

Sorry for my poor English.

I have a problem with Jquery1.8.1 and IE9.

I'm searching a lot but i did not found any answere.

When i use the code below, the used memory in IE9 increased about 1MB on every submit or refresh.

This problem exsist only in IE9. I test it with IE7, IE8 and FF and chrome .... the others, no problem.

IE9 Version 9.0.8112.16421

Is this a jquery problem or a bug from IE?

Any ideas?

<!

DOCTYPE html>

<

html>

<body>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>

<form name="gelesen" action="test.php" method="get">

<button type="submit">submit</button>

</form>

</body>

</

html>