Skip to main content

Bug Tracker

Side navigation

Ticket #6904: test-6904.html


File test-6904.html, 0.6 KB (added by dmethvin, August 14, 2010 06:18PM UTC)

main file

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
	$.build = {};
    $.extend($.build , {
	setup: function() {
          $("#content").load("ajax-6904.html",function(x) {alert('loaded '+x);});
        }
	});
    $.build.setup();
});
</script>
</head>

<body>
<div id="content" style="height: 100px">(empty)</div>
</body>

</html>

Download in other formats:

Original Format