From ee0f7f96a52566d41bbd62289024ab27a8aad178 Mon Sep 17 00:00:00 2001 From: Dan Heberden Date: Mon, 14 Jan 2013 21:49:34 -0800 Subject: [PATCH 001/460] update index page with breif code samples and resources --- pages/index.html | 258 ++++++++++++++++++----------------------------- 1 file changed, 96 insertions(+), 162 deletions(-) diff --git a/pages/index.html b/pages/index.html index e729d04..faf3401 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,168 +1,102 @@ - - -
-
-

jQuery is a new kind of JavaScript Library.

-

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

- -
- -
-

Grab the latest version!

-
-
- Choose your compression level: -
- - jquery-1.8.3.min.js - - - jquery-1.8.3.js - -
- -

Current Release: v1.8.3

-
-
- -
- -
-

Who's using jQuery?

- -
- -
-
-

Learn jQuery Now!

-

What does jQuery code look like? Here's the quick and dirty:

-
-
-          $("p.neat").addClass("ohmy").show("slow");
-        
- Run Code -

Congratulations! You just ran a snippet of jQuery code. Wasn't that easy? There's lots of example code throughout the documentation on this site. Be sure to give all the code a test run to see what happens.

+ + + From 4c1f4b79463d2b97501b0355e5ccd0d26477b445 Mon Sep 17 00:00:00 2001 From: Dan Heberden Date: Mon, 14 Jan 2013 21:50:10 -0800 Subject: [PATCH 002/460] update default grunt task to deploy --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 2c01722..d87c09e 100644 --- a/grunt.js +++ b/grunt.js @@ -41,7 +41,7 @@ grunt.initConfig({ }, grunt.file.readJSON( "config.json" ) ) }); -grunt.registerTask( "default", "lint" ); +grunt.registerTask( "default", "lint wordpress-deploy" ); grunt.registerTask( "build-wordpress", "check-modules clean lint build-pages build-resources"); grunt.registerTask( "deploy", "wordpress-deploy" ); From d6b0d8ec135a70ad517ea6c48053e7aa3eb00c60 Mon Sep 17 00:00:00 2001 From: Dan Heberden Date: Mon, 14 Jan 2013 21:49:34 -0800 Subject: [PATCH 003/460] update index page with breif code samples and resources --- pages/index.html | 258 ++++++++++++++++++----------------------------- 1 file changed, 96 insertions(+), 162 deletions(-) diff --git a/pages/index.html b/pages/index.html index e729d04..8b4f4d8 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,168 +1,102 @@ - - -
-
-

jQuery is a new kind of JavaScript Library.

-

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

- -
- -
-

Grab the latest version!

-
-
- Choose your compression level: -
- - jquery-1.8.3.min.js - - - jquery-1.8.3.js - -
- -

Current Release: v1.8.3

-
-
- -
- -
-

Who's using jQuery?

- -
- -
-
-

Learn jQuery Now!

-

What does jQuery code look like? Here's the quick and dirty:

-
-
-          $("p.neat").addClass("ohmy").show("slow");
-        
- Run Code -

Congratulations! You just ran a snippet of jQuery code. Wasn't that easy? There's lots of example code throughout the documentation on this site. Be sure to give all the code a test run to see what happens.

+ + + From 7a7d5fb6c7965fd9e192c86a73f9efb06e2814a4 Mon Sep 17 00:00:00 2001 From: Dan Heberden Date: Mon, 14 Jan 2013 21:50:10 -0800 Subject: [PATCH 004/460] update default grunt task to deploy --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 2c01722..d87c09e 100644 --- a/grunt.js +++ b/grunt.js @@ -41,7 +41,7 @@ grunt.initConfig({ }, grunt.file.readJSON( "config.json" ) ) }); -grunt.registerTask( "default", "lint" ); +grunt.registerTask( "default", "lint wordpress-deploy" ); grunt.registerTask( "build-wordpress", "check-modules clean lint build-pages build-resources"); grunt.registerTask( "deploy", "wordpress-deploy" ); From 56c6a7676845ed6c5869f5741c9002625d66a209 Mon Sep 17 00:00:00 2001 From: Dan Heberden Date: Mon, 14 Jan 2013 22:46:22 -0800 Subject: [PATCH 005/460] update download page to markdown --- pages/download.html | 104 --------------------------------------- pages/download.md | 115 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+), 104 deletions(-) delete mode 100644 pages/download.html create mode 100644 pages/download.md diff --git a/pages/download.html b/pages/download.html deleted file mode 100644 index 8863025..0000000 --- a/pages/download.html +++ /dev/null @@ -1,104 +0,0 @@ - - -
-

CDN Hosted jQuery

-

Below are links to the CDN-hosted copies of jQuery that you may hotlink to.

- -
-
-

Download jQuery

-
-
- Choose your compression level: -
- - jquery-1.8.3.min.js - - - jquery-1.8.3.js - -
- -

Current Release: v1.8.3

-
-
- -
-
-

About the Code

-

The code itself is written rather cleanly in an attempt to self-document. If you've spotted some areas of code that could be improved, please feel free to discuss it on the Developing jQuery Core Forum. All input is gladly appreciated!

-

All of the code is available in two formats:

-
    -
  • Compressed (which allows you to have a significantly smaller file size) and
  • -
  • Uncompressed (good for debugging and to understand what is behind the magic).
  • -
-

If you're interested in downloading Plugins developed by jQuery contributors, please visit the Plugins site.

-

jQuery is provided under the MIT or GPL license.

-
-

Advanced/Experimental Options

-

Past Releases

- - - - - - - - - - - - -
VersionDocsDownloads
1.8.3Release NotesMinified Uncompressed
1.8.2Release NotesMinified Uncompressed
1.8.1Release NotesMinified Uncompressed
1.8.0Release NotesMinified Uncompressed
1.7.2Release NotesMinified Uncompressed
1.7.1Release NotesMinified Uncompressed
1.6.4Release NotesMinified Uncompressed
1.6.3Release NotesMinified Uncompressed
-

jQuery Git

-

This work-in-progress build, known as jQuery Git, is generated once a minute from the jQuery Git repository. It is provided as a convenience for anyone who wants to help test changes in the next version of jQuery.

-

When reporting issues with jQuery Git builds of jQuery, please make sure you include the date and time the snapshot was generated (it is listed at the top of the file).

-

Linking to jQuery Git builds directly from the CDN is not advised, as the file is constantly refreshed and may change from minute to minute as new commits are made to the repository.

-

WARNING: Do NOT use the jQuery Git build in a production system or live application! It is not tested. It is not stable. It will probably blow up on you unexpectedly. You have been warned! If in doubt, stop and use the current release.

-

jQuery Git Uncompressed

-

Build from Git

-

Note: The following is quite advanced. If you wish to just use a work-in-progress version of jQuery, please try the jQuery Git build instead.

-

All source code is kept under Git revision control, which you can browse online. There's a download link available for any file or directory, if you only want to download a portion of the jQuery code.

-

If you have access to Git, you can connect to the repository here:

-
git clone git://github.com/jquery/jquery.git
-
-

You can also check out a specific version of jQuery from GitHub:

-
git clone git://github.com/jquery/jquery.git
-git checkout 1.2.6
-
-

The repository's README has more information on building and testing your own jQuery, as well as links to core style guidelines and tips for patching bugs.

-
diff --git a/pages/download.md b/pages/download.md new file mode 100644 index 0000000..30d55fe --- /dev/null +++ b/pages/download.md @@ -0,0 +1,115 @@ + + +## Downloading jQuery + +Download jQuery for use locally or to put on your own web-server. + +### jQuery 1.8.3 + +[Download the compressed, production copy](http://code.jquery.com/jquery.min.js) + +[Download the uncompressed, development copy](http://code.jquery.com/jquery.js) + +## Using jQuery with a CDN + +[CDNs](http://en.wikipedia.org/wiki/Content_delivery_network) can offer a performance benefit by hosting jQuery on servers spread across the globe. This also offers an advantage that +if the visitor to your webpage has already downloaded a copy of jQuery from the same CDN, it won't have to be re-downloaded. + +### Using jQuery's CDN provided by [MediaTemple](http://mediatemple.net) + +``` + +``` + +To see all versions, visit [http://code.jquery.com](http://code.jquery.com) + +### Using Google's CDN + +``` + +``` + +Visit [Google's CDN page](http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery) for more information. + +### Using Microsoft's CDN + +``` + +``` + +Visit [Microsoft's CDN Page](http://www.asp.net/ajaxlibrary/cdn.ashx) for more information. + +Note: We do not control the Microsoft or Google CDNs and there may be a delay from the time of a new release until it is available there. + +## About the Code + +The code itself is written rather cleanly in an attempt to self-document. If you've spotted some areas of code that could be improved, please feel free to discuss it on the [Developing jQuery Core Forum](https://forum.jquery.com/developing-jquery-core). All input is gladly appreciated! + +All of the code is available in two formats: + +* Compressed (which allows you to have a significantly smaller file size) and +* Uncompressed (good for debugging and to understand what is behind the magic). + +If you're interested in downloading Plugins developed by jQuery contributors, please visit the Plugins site. + +**jQuery is provided under the MIT or GPL license.** + +*** + +## Advanced/Experimental Options + +### Past Releases + + + + + + + + + + + + + +
VersionDocsDownloads
1.8.3Release NotesMinified Uncompressed
1.8.2Release NotesMinified Uncompressed
1.8.1Release NotesMinified Uncompressed
1.8.0Release NotesMinified Uncompressed
1.7.2Release NotesMinified Uncompressed
1.7.1Release NotesMinified Uncompressed
1.6.4Release NotesMinified Uncompressed
1.6.3Release NotesMinified Uncompressed
+ +### jQuery Git + +This work-in-progress build, known as jQuery Git, is generated once a minute from the jQuery Git repository. It is provided as a convenience for anyone who wants to help test changes in the next version of jQuery. + +When reporting issues with jQuery Git builds of jQuery, please make sure you include the date and time the snapshot was generated (it is listed at the top of the file). + +Linking to jQuery Git builds directly from the CDN is not advised, as the file is constantly refreshed and may change from minute to minute as new commits are made to the repository. + +WARNING: Do NOT use the jQuery Git build in a production system or live application! It is not tested. It is not stable. It will probably blow up on you unexpectedly. You have been warned! If in doubt, stop and use the current release. + +jQuery Git Uncompressed + +### Build from Git +*Note:* The following is quite advanced. If you wish to just use a work-in-progress version of jQuery, please try the jQuery Git build instead. + +All source code is kept under Git revision control, which you can browse online. There's a download link available for any file or directory, if you only want to download a portion of the jQuery code. + +If you have access to Git, you can connect to the repository here: + +```shell +git clone git://github.com/jquery/jquery.git +``` + +You can also check out a specific version of jQuery from GitHub: + +```shell +git clone git://github.com/jquery/jquery.git +git checkout 1.2.6 +``` + +The repository's README has more information on building and testing your own jQuery, as well as links to core style guidelines and tips for patching bugs. From 12ddb0e0ac25714a2ada3258f927050cb51e4730 Mon Sep 17 00:00:00 2001 From: "adam j. sontag" Date: Tue, 15 Jan 2013 02:02:50 -0500 Subject: [PATCH 006/460] Update header area of index.html to use grid conventions from CSS framework --- pages/index.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pages/index.html b/pages/index.html index faf3401..9f70f46 100644 --- a/pages/index.html +++ b/pages/index.html @@ -6,11 +6,10 @@ ] } -