Skip to content

Commit f491299

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

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>This site provides API documentation for the latest verions of jQuery (1.11.2 and 2.1.3). If you're working with an older verion of jQuery, you can find its API docs in this sidebar. However, we would encourage you to upgrade to the newest version in order to receive the best support and take advantage of recent bug fixes and enhancements.</p>
8+
59
<hr>
610

711
<?php

0 commit comments

Comments
 (0)