Skip to content

Commit 1ceb338

Browse files
committed
api.jquery.com: add brief intro to homepage
1 parent 6d7f768 commit 1ceb338

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/api.jquery.com/index.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<div class="content-right listing twelve columns">
33
<div id="content">
44
<h1 class="page-title">jQuery API</h1>
5+
<p>jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new to jQuery, you might be interested in the <a href="http://learn.jquery.com/">jQuery Learning Center</a>.</p>
6+
<p>Notice that this is the API documentation for jQuery core, other projects have API docs on other locations:</p>
7+
<ul>
8+
<li><a href="http://api.jqueryui.com/">jQuery UI API docs</a></li>
9+
<li><a href="http://api.jquerymobile.com">jQuery Mobile API docs</a></li>
10+
<li><a href="http://api.qunitjs.com">QUnit API docs</a></li>
11+
</ul>
512
<hr>
613

714
<?php

0 commit comments

Comments
 (0)