$.Promises: A wrapper for collections of jQuery Deferreds
promises.html
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Testing jQuery collections of promises: promises.js</title>
<!--<script src="http://code.jquery.com/jquery-latest.js"></script>-->
<script src="http://code.jquery.com/jquery-1.6.2.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.0.0.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://code.jquery.com/qunit/qunit-1.0.0.js"></script>
<!-- Script under test -->
<script src="/it/code/get/jquery-promises/prod/promises.js" type="text/javascript"></script>
<!-- Tests -->
<script src="/it/code/get/jquery-promises/tests/promises-test.js" type="text/javascript"></script>
</head>
<body>
<h1 id="qunit-header">Testing jQuery collections of promises: promises.js</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture"></div>
</body>
</html>