Skip to content

Commit 6f697c5

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/api.jquery.com/index.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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> tutorials.</p>
6+
7+
<p>The API docs aren't specifically versioned, but you need to pay attention to the version info on each page.</p>
8+
59
<hr>
610

711
<?php

0 commit comments

Comments
 (0)