Skip to content

Commit 65a1823

Browse files
arthurvrsigorilla
authored andcommitted
api.jquery.com: add brief intro to homepage
Fixes jquery/api.jquery.com#44 Closes jquerygh-333
1 parent 07e9046 commit 65a1823

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/api.jquery.com/index.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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, we recommend that you check out the <a href="http://learn.jquery.com/">jQuery Learning Center</a>.</p>
6+
<p>If you're updating to a newer version of jQuery, be sure to read the release notes published on <a href="http://blog.jquery.com/">our blog</a>. If you're coming from a version prior 1.9, you should check out the <a href="http://jquery.com/upgrade-guide/1.9/">1.9 Upgrade Guide</a> as well.</p>
7+
<p>Note that this is the API documentation for jQuery core. Other projects have API docs in other locations:</p>
8+
<ul>
9+
<li><a href="http://api.jqueryui.com/">jQuery UI API docs</a></li>
10+
<li><a href="http://api.jquerymobile.com">jQuery Mobile API docs</a></li>
11+
<li><a href="http://api.qunitjs.com">QUnit API docs</a></li>
12+
</ul>
513
<hr>
614

715
<?php

0 commit comments

Comments
 (0)