| Commit message (Expand) | Author | Age | Files | Lines |
* | Update release notes script to 1.8.2 and add debug option. | Dave Methvin | 2012-09-20 | 1 | -3/+3 |
* | Sizzle: removes nth-child cache | Timmy Willison | 2012-09-20 | 1 | -0/+0 |
* | Sizzle: account for external document contexts (such as iframes) in combinato... | Timmy Willison | 2012-09-20 | 1 | -0/+0 |
* | Update Sizzle: fix a failing test in traversing. Move an attribute selector t... | Timmy Willison | 2012-09-19 | 2 | -1/+7 |
* | Sizzle: fixes failing test in css | Timmy Willison | 2012-09-19 | 1 | -0/+0 |
* | Update Sizzle: fix position caching with child selectors. Fixes #12337. | Timmy Willison | 2012-09-19 | 1 | -0/+0 |
* | Fixes failing tests in selector/traversing | Timmy Willison | 2012-09-19 | 1 | -0/+0 |
* | Update Sizzle: Fixes #12303, #12474, #12523, #12526, #12541. | Timmy Willison | 2012-09-19 | 1 | -0/+0 |
* | Fix #12229, size/consistency improvements. Close gh-887. | Richard Gibson | 2012-09-18 | 5 | -24/+21 |
* | Fix #12423. Ensure we can .apply() before we try. | Dave Methvin | 2012-09-18 | 1 | -1/+1 |
* | CONTRIBUTING.md: more contents links | Rick Waldron | 2012-09-17 | 1 | -2/+4 |
* | CONTRIBUTING.md: adds top header | Rick Waldron | 2012-09-17 | 1 | -1/+1 |
* | CONTRIBUTING.md: fixes fragment url, #jquery-core-style-guide | Rick Waldron | 2012-09-17 | 1 | -1/+1 |
* | Second draft of CONTRIBUTING.md | Rick Waldron | 2012-09-17 | 1 | -7/+210 |
* | Initial draft of CONTRIBUTING.md | Rick Waldron | 2012-09-17 | 1 | -0/+12 |
* | Minor typo with Homebrew link. Close gh-929. | Dave Riddle | 2012-09-15 | 1 | -1/+1 |
* | Fix #12447: Ensure starting-point calc takes finite time. Close gh-922. | Richard Gibson | 2012-09-15 | 1 | -8/+7 |
* | Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect. | Dave Methvin | 2012-09-14 | 2 | -9/+14 |
* | Fix #12534. Don't die on browsers lacking getBoundingClientRect. | Dave Methvin | 2012-09-13 | 2 | -2/+11 |
* | deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed... | jaubourg | 2012-09-13 | 2 | -2/+19 |
* | Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD request... | Dave Methvin | 2012-09-11 | 1 | -1/+12 |
* | Sizzle: fix selector in Chrome 21. Fixes #12492. | Timmy Willison | 2012-09-11 | 1 | -0/+0 |
* | Sizzle: tagged versions are now in the repo; update selector engine list | Timmy Willison | 2012-09-11 | 1 | -0/+0 |
* | Fix #12554. Sanitize data from POST. Close gh-908. | Markus Staab | 2012-09-09 | 2 | -3/+15 |
* | Remove superfluous `@` in compressed header. Close gh-925. | Dave Methvin | 2012-09-09 | 1 | -1/+1 |
* | Fix #12436, make delegated events fast again. Close gh-923. | Dave Methvin | 2012-09-09 | 1 | -1/+4 |
* | Remove useless guard for `a`. Close gh-918. | Dave Methvin | 2012-09-09 | 1 | -1/+1 |
* | Update .editorconfig with new properties. Close gh-915. | Sindre Sorhus | 2012-09-09 | 1 | -3/+10 |
* | Sizzle: adjustment for speed totals display | Timmy Willison | 2012-09-08 | 1 | -0/+0 |
* | Update Sizzle: adds custom performance suite for testing across multiple sele... | Timmy Willison | 2012-09-08 | 1 | -0/+0 |
* | Shim/shiv the datalist element for crabby Uncle oldIE. | Dave Methvin | 2012-09-05 | 1 | -1/+1 |
* | Update Sizzle: authors.txt update and fix failing tests caused by QUnit's htm... | Timmy Willison | 2012-09-05 | 1 | -0/+0 |
* | Update to QUnit 1.10.0 | Dave Methvin | 2012-09-05 | 1 | -0/+0 |
* | Updating the source version to 1.8.2pre | Dave Methvin | 2012-08-30 | 1 | -1/+1 |
* | Tagging the 1.8.1 release. | Dave Methvin | 2012-08-30 | 1 | -1/+1 |
* | Update release script and notes builder. | Dave Methvin | 2012-08-30 | 2 | -30/+20 |
* | Fix #12370. Explicitly coerce bool/undef to integer. | Dave Methvin | 2012-08-30 | 1 | -0/+1 |
* | Sizzle: POS selectors make more extensive use of tokenization. Fixes #12303. | Timmy Willison | 2012-08-29 | 1 | -0/+0 |
* | Fix #12243, $("col").width() should return the column's width. Close gh-916. | Mike Sherov | 2012-08-29 | 2 | -9/+15 |
* | Sizzle: tweak for root selector shortcut. Fixes #12419. | Timmy Willison | 2012-08-29 | 1 | -0/+0 |
* | Update Sizzle: minor edits | Timmy Willison | 2012-08-29 | 1 | -0/+0 |
* | Sizzle: support negative numbers in `:eq`. Fixes #12241. | Timmy Willison | 2012-08-28 | 1 | -0/+0 |
* | Sizzle: adjust caching to avoid IE errors on xml descendent selectors. Fixes ... | Timmy Willison | 2012-08-28 | 1 | -0/+0 |
* | Sizzle: use tokenization to complex check pseudo arguments. Fixes #12412. | Timmy Willison | 2012-08-28 | 1 | -0/+0 |
* | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time. | Dave Methvin | 2012-08-28 | 2 | -8/+22 |
* | Reverting Sizzle is bad, Dave. | Timmy Willison | 2012-08-28 | 1 | -0/+0 |
* | Update placeholder references to tickets. | Dave Methvin | 2012-08-28 | 2 | -2/+2 |
* | Fix #12383. All selectors should be delegateTarget-relative | Dave Methvin | 2012-08-28 | 2 | -10/+23 |
* | Fix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909. | Mike Sherov | 2012-08-28 | 1 | -1/+4 |
* | Update authors. | Dave Methvin | 2012-08-28 | 2 | -2/+3 |