Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. | Richard Gibson | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848. | Mike Sherov | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 1 | -1/+1 |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | ||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -2/+2 |
| | |||||
* | Transform $.bindReady into $.ready.promise. It is now possible to use ↵ | jaubourg | 2012-05-06 | 1 | -0/+17 |
$.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added. |