Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ Be sure to test web pages that use jQuery in all the browsers you want to suppor

## jQuery Pre-Release Builds

The jQuery team is constantly working to improve the code. Each commit to the Github repo generates a work-in-progress version of the code that we update on the jQuery CDN. _These versions are sometimes unstable and not suitable for production sites._ We recommend they be used to determine whether a bug has already been fixed when reporting bugs against released versions, or to see if new bugs have been introduced. There are two versions, one for the 1.x branch (supports IE 6/7/8) and one for the 2.x branch (not for use with old IE).
The jQuery team is constantly working to improve the code. Each commit to the Github repo generates a work-in-progress version of the code that we update on the jQuery CDN. _These versions are sometimes unstable and not suitable for production sites._ We recommend they be used to determine whether a bug has already been fixed when reporting bugs against released versions, or to see if new bugs have been introduced. There are two versions, one for the `compat` branch (supports IE 8) and one for the `master` branch (not for use with old IE).

<a href="http://code.jquery.com/jquery-git1.js" download>Download the work-in-progress jQuery **1.x** build</a>
<a href="//code.jquery.com/jquery-compat-git.js" download>Download the work-in-progress jQuery Compat build</a>

<a href="http://code.jquery.com/jquery-git2.js" download>Download the work-in-progress jQuery **2.x** build</a>
<a href="//code.jquery.com/jquery-git.js" download>Download the work-in-progress jQuery build</a>

## Using jQuery with a CDN

Expand Down