Added all the new documentation files.

This commit is contained in:
John Resig 2006-08-09 05:44:05 +00:00
parent 49747af6b1
commit f2d4bffcc7
9 changed files with 4614 additions and 0 deletions

18
docs/index.html Normal file
View file

@ -0,0 +1,18 @@
<html>
<head>
<title>jQuery Documentation</title>
<link rel="stylesheet" href="style.css"/>
<script src="../jquery-svn.js"></script>
<script src="tooltip.js"></script>
<script src="pager.js"></script>
<script src="jsont.js"></script>
<script src="doc.js"></script>
<script src="jquery-docs-jsonp.js"></script>
</head>
<body>
<h1>jQuery Docs &raquo; API</h1>
<ul id="docs">
<li>Loading...</li>
</ul>
</body>
</html>