Hello together,
I try it again.
I have a problem with jQuery and IE9, if I load a simple side (see below) on every load the memory increase about 4-5 MB.
I try it with different versions of jQuery 1.7.1 / 1.7.2 / 1.8.1 / 1.8.2 -> on all there is the same effect.
if I load the side with other browsers I had no problems.
if I load the side in IE9 with compatibility mode, there is no problem.
if I load the side with meta http-equiv="X-UA-Compatible" content="IE=8", there ist also no problem.
I that a jQuery problem or a IE9 problem?
Anyone a idea?
Have anyone the same problem?
<!
DOCTYPE html>
<
html>
<head>
<title>My Web Page</title>
</head>
<body>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<form name="gelesen" action="test.php" method="get">
<button type="submit">submit</button>
</form>
</body>
</
html>