| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #12383. All selectors should be delegateTarget-relative | Dave Methvin | 2012-08-28 | 1 | -7/+2 |
* | 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 | 1 | -0/+0 |
* | Update Sizzle: size reduction, -85 bytes | Timmy Willison | 2012-08-27 | 1 | -0/+0 |
* | Sizzle: provide backwards-compatibility for creating custom pseudos with argu... | Timmy Willison | 2012-08-27 | 1 | -0/+0 |
* | Sizzle: make html from assertions xhtml compliant. Fixes #12359. | Timmy Willison | 2012-08-27 | 1 | -0/+0 |
* | Sizzle: fix compilation of the same selector with different contexts. Fixes #... | Timmy Willison | 2012-08-27 | 1 | -0/+0 |
* | Update Sizzle: passing null to $.contains should not throw an error. Fixes #1... | Timmy Willison | 2012-08-24 | 1 | -0/+0 |
* | Update Sizzle: Use tokenization rather than regex for grouping. Fixes #12237,... | Timmy Willison | 2012-08-24 | 1 | -0/+0 |
* | Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL." | Dave Methvin | 2012-08-24 | 1 | -1/+1 |
* | Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes." | Dave Methvin | 2012-08-24 | 1 | -3/+8 |
* | Fix #12120. Always stack .before/.after, and fix disconnected nodes. | Dave Methvin | 2012-08-23 | 1 | -8/+3 |
* | Fix #10863. Allow newlines in JSON data- attributes. | Dave Methvin | 2012-08-23 | 1 | -1/+1 |
* | Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL. | Dave Methvin | 2012-08-23 | 1 | -1/+1 |
* | Scorch the earth and retreat on readyState interactive! Close gh-907. | Mike Sherov | 2012-08-23 | 1 | -2/+2 |
* | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. | Elijah Manor | 2012-08-22 | 1 | -8/+4 |
* | Fix #12350: jQuery.trim should remove BOM | Richard Gibson | 2012-08-21 | 1 | -3/+3 |
* | Fix #12333. Chrome needs $.browser.webkit too. | Dave Methvin | 2012-08-20 | 1 | -4/+5 |
* | Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897." | Dave Methvin | 2012-08-20 | 1 | -2/+2 |
* | Fix #12282. IE has premature .readyState == "interactive". Close gh-901. | Mike Sherov | 2012-08-20 | 1 | -3/+4 |
* | Fix #12329. Remove leftover jQuery.bindReady reference. | Dave Methvin | 2012-08-20 | 1 | -5/+0 |
* | Fix #12283. Return null for dimension getters on non elements. Fix gh-900. | Mike Sherov | 2012-08-19 | 1 | -1/+1 |
* | Fix #12324, line-height "normal" isn't always "1". Close gh-898. | Mike Sherov | 2012-08-19 | 1 | -2/+1 |
* | Fix #12350. Remove BOM in jQuery.trim. Close gh-897. | Wesley Walser | 2012-08-19 | 1 | -2/+2 |
* | Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895. | Corey Frang | 2012-08-19 | 1 | -1/+7 |
* | Fix #12278. Promises on non-default queue wait until a dequeue is attempted o... | Corey Frang | 2012-08-19 | 1 | -2/+6 |
* | jQuery.contains() handles document objects directly. Close gh-879. | Oleg Gaidarenko | 2012-08-19 | 1 | -1/+1 |
* | Fix #12149. Avoid memory leak on oldIE change events. Close gh-878. | Nikita Govorov | 2012-08-19 | 1 | -1/+1 |
* | Makes sure "adding" a string to a Callbacks object doesn't cause a stack over... | jaubourg | 2012-08-16 | 1 | -2/+3 |
* | Calling load with null as the data parameter now properly issues a GET reques... | jaubourg | 2012-08-16 | 1 | -1/+1 |
* | Update Sizzle | Timmy Willison | 2012-08-14 | 1 | -0/+0 |
* | Update comments about window.getComputedStyle in both locations. | Rick Waldron | 2012-08-11 | 2 | -5/+3 |
* | Use window.getComputedStyle to prevent breaking jsdom/node.js . Fixes #12235 | Rick Waldron | 2012-08-10 | 1 | -2/+2 |
* | Finish the license changes, including Sizzle. | Dave Methvin | 2012-08-09 | 2 | -6/+4 |
* | Fix #12203. .undelegate() should not remove direcly bound events. | Dave Methvin | 2012-08-07 | 1 | -1/+1 |
* | Add back a sacrificial $.attrFn object. | Dave Methvin | 2012-08-07 | 1 | -0/+3 |
* | Sizzle: fix chaining pseudo selectors placed after pos selectors. Fixes #12208. | Timmy Willison | 2012-08-07 | 1 | -0/+0 |
* | Fixes #1034 - Check for style.removeAttribute before calling it | Corey Frang | 2012-08-06 | 1 | -1/+2 |
* | Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. | Timmy Willison | 2012-07-30 | 2 | -2/+2 |
* | Fix a regression where has with multiple contexts was not filtering correctly... | Timmy Willison | 2012-07-27 | 1 | -3/+3 |
* | Sizzle: fix a small bug with combinator cache. Fixes #10499. | Timmy Willison | 2012-07-27 | 1 | -0/+0 |
* | Sizzle: adjust pseudos regex. Fixes #12153. | Timmy Willison | 2012-07-27 | 1 | -0/+0 |
* | Per @gibson042, don't need .documentElement since Sizzle handles. | Dave Methvin | 2012-07-26 | 1 | -1/+1 |
* | Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. | Daniel Chatfield | 2012-07-25 | 1 | -3/+2 |
* | Unbreak isHidden args, they're needed by the .filter() call. | Dave Methvin | 2012-07-25 | 1 | -1/+2 |
* | Fix #12148. Let .toggle() call the public .hide() for punching. | Dave Methvin | 2012-07-25 | 1 | -7/+9 |
* | Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876 | Oleg | 2012-07-25 | 2 | -7/+6 |
* | Oops, didn't mean to revert sizzle last time | Corey Frang | 2012-07-25 | 1 | -0/+0 |
* | This should repair the unit | Corey Frang | 2012-07-25 | 1 | -0/+0 |
* | Remove unnecessary else | Timmy Willison | 2012-07-25 | 1 | -3/+1 |