Skip to main content

Bug Tracker

Side navigation

Ticket #6936: test.html


File test.html, 0.5 KB (added by Alize, August 24, 2010 09:53AM UTC)

This code will not work on IE7 on FIRST page load, subsequent refreshes will work

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>title</title>

</head>

<body>

			
<script type="text/javascript">
$.get('test.php', function(data) {
	alert('test');
});
</script>
			

</body>
</html>

Download in other formats:

Original Format