Side navigation
Ticket #1725: index.html
File index.html, 0.2 KB (added by carlos.aguayo@gmail., September 25, 2007 04:22AM UTC)
<html>
<head>
<!--<script src="jquery-1.0.2.js"></script>-->
<script src="jquery-1.2.1.js"></script>
</head>
<body>
<div id="container"></div>
<script>
$("#container").load("demo.html");
</script>
</body>
</html>
Download in other formats:
Original Format
File index.html, 0.2 KB (added by carlos.aguayo@gmail., September 25, 2007 04:22AM UTC)
<html>
<head>
<!--<script src="jquery-1.0.2.js"></script>-->
<script src="jquery-1.2.1.js"></script>
</head>
<body>
<div id="container"></div>
<script>
$("#container").load("demo.html");
</script>
</body>
</html>