| Commit message (Expand) | Author | Age | Files | Lines |
* | Selector: Use Element.matches in selector-native if available | Philip Jägenstedt | 2014-03-20 | 1 | -1/+2 |
* | Event: Fix isDefaultPrevented for bubbled events in Android 2.3 | Michał Gołębiowski | 2014-03-20 | 1 | -2/+2 |
* | Effects: Don't overwrite display:none when .hide()ing hidden elements | Richard Gibson | 2014-03-20 | 1 | -5/+10 |
* | CSS: jQuery#hide should always save display value | Oleg Gaidarenko | 2014-03-20 | 1 | -6/+3 |
* | Manipulation: Change support test to be WWA-friendly | Jonathan Sampson | 2014-03-20 | 1 | -2/+9 |
* | Attributes: Trim whitespace from option text when returned as a value | John Hoven | 2014-03-20 | 1 | -0/+10 |
* | CSS: window.getDefaultComputedStyle may return null | Rodrigo Rosenfeld Rosas | 2014-03-20 | 1 | -3/+4 |
* | Core: Fix comments for .get() method | Benjy Cui | 2014-03-20 | 1 | -2/+2 |
* | Event: Treat Pointer events like mouse events, #14741 | louisremi | 2014-03-16 | 1 | -2/+4 |
* | CSS: Add flex-grow and flex-shrink to cssNumber | Roman Rei_ | 2014-03-13 | 1 | -0/+2 |
* | AMD: Note on AMD best practices | S. Andrew Sheppard | 2014-03-12 | 1 | -0/+6 |
* | Event: Call underlying stopImmediatePropagation when present | Dave Methvin | 2014-03-12 | 1 | -0/+7 |
* | Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397 | Michał Gołębiowski | 2014-03-10 | 1 | -3/+0 |
* | Manipulation: don't use Object.keys for consistency | Michał Gołębiowski | 2014-03-09 | 1 | -4/+3 |
* | Core: Do not run window.onready when ready | Dave Methvin | 2014-03-04 | 1 | -2/+3 |
* | CSS: Return values should be numbers | Dave Methvin | 2014-03-04 | 1 | -2/+2 |
* | Event: Allow triggerHandler(beforeunload) | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 2 | -19/+6 |
* | Support: Reduce size | Richard Gibson | 2014-02-14 | 1 | -15/+19 |
* | Support: Skip style-based tests when element.style is undefined | Richard Gibson | 2014-02-14 | 1 | -0/+4 |
* | Core: Fix trim in Android<4.1 | Michał Gołębiowski | 2014-02-13 | 1 | -3/+19 |
* | Support: Document box-sizing was unprefixed in Firefox 29 | Michał Gołębiowski | 2014-02-05 | 1 | -2/+2 |
* | Selector: update Sizzle | Michał Gołębiowski | 2014-02-05 | 4 | -63/+93 |
* | Attrs: Simplify an option hook | Oleg | 2014-02-05 | 1 | -1/+1 |
* | Core: Remove special case try/catch in isPlainObject | Rick Waldron | 2014-02-02 | 1 | -10/+2 |
* | Ajax: Protect against exceptions thrown synchronously by xhr.send | jaubourg | 2014-01-29 | 1 | -4/+9 |
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 1 | -8/+5 |
* | Traversing: Check all pairwise element combinations for .find( els ) | Richard Gibson | 2014-01-17 | 1 | -4/+3 |
* | Attrs: Remove outdated valHook for option element | Oleg | 2014-01-16 | 1 | -8/+0 |
* | Sizzle: update committed dependencies | Timmy Willison | 2014-01-13 | 5 | -23/+25 |
* | Intro: Pass window to intro if available, for browserify | Forbes Lindesay | 2014-01-09 | 1 | -2/+2 |
* | Build: Happy New Year! Thanks @marlonlandaverde | Dave Methvin | 2014-01-09 | 1 | -1/+1 |
* | Effects: First step() call should match :animated selector | Dave Methvin | 2014-01-07 | 1 | -1/+4 |
* | traversing: Optimise .add by not using makeArray | Timo Tijhof | 2013-12-30 | 1 | -6/+5 |
* | exports/global: Do not attach global variables for most CommonJS environments | Timmy Willison | 2013-12-20 | 2 | -5/+8 |
* | Selector: update Sizzle | Richard Gibson | 2013-12-20 | 4 | -15/+21 |
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 3 | -23/+32 |
* | Offset: Fix comment typo, thanks @AurelioDeRosa | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
* | Reduce size by reordering variable declarations | Chris Antaki | 2013-12-16 | 4 | -16/+17 |
* | Revert "Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434." | Dave Methvin | 2013-12-15 | 2 | -10/+1 |
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 11 | -0/+13410 |
* | Change window to global in the most outer IIFE parameters. | Michał Gołębiowski | 2013-11-17 | 1 | -5/+5 |
* | Fixes #14549. Execute the factory immediately when CommonJS is used in the br... | Timmy Willison | 2013-11-15 | 1 | -10/+14 |
* | Ref #14180, let focusin/out work on non-element targets. | Dave Methvin | 2013-11-14 | 1 | -2/+2 |
* | Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434. | Dave Methvin | 2013-11-14 | 2 | -1/+10 |
* | Event: Fix #14544. Remove elem from event handle, close gh-1400. | Ilya Kantor | 2013-11-14 | 1 | -7/+2 |
* | Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340. | njhamann | 2013-11-13 | 1 | -1/+1 |
* | ajax: Fix #14207. file protocol returns status 0, see #8605. | Dave Methvin | 2013-11-13 | 1 | -2/+2 |