Skip to main content

Bug Tracker

Side navigation

Ticket #4635: jQuery_test.html


File jQuery_test.html, 0.6 KB (added by telemaco, May 08, 2009 08:22AM UTC)

HTML base document

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

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

<head>

<title>jQuery test page</title>

<script type="text/javascript" src="jquery/jquery-1.3.2.js"></script>
<script type="text/javascript" src="test.js"></script>

<meta http-equiv="content-type" content="text/html; charset=utf-8"/>

</head>

<body style="height: 700px;">

    <h1>Test page checking jQuery animate function</h1>
    <br/>
    <a id="testLink" href="#">Click to move the panel</a>

</body>

</html>

Download in other formats:

Original Format