| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Use named exports in `src/` | Michał Gołębiowski-Owczarek | 2023-09-12 | 1 | -6/+6 |
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 1 | -3/+3 |
* | Build:Event: Make sure all source modules' exports are used (#4648) | Michał Gołębiowski-Owczarek | 2020-06-02 | 1 | -2/+0 |
* | Build: Correct code indentations based on jQuery Style Guide | Wonseop Kim | 2020-05-05 | 1 | -3/+1 |
* | Data:Event:Manipulation: Prevent collisions with Object.prototype | Michał Gołębiowski-Owczarek | 2020-03-02 | 1 | -1/+3 |
* | Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated | Michał Gołębiowski-Owczarek | 2020-01-21 | 2 | -40/+0 |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 3 | -29/+14 |
* | Build: ESLint: forbid unused function parameters | Michał Gołębiowski-Owczarek | 2019-05-13 | 2 | -2/+2 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -3/+2 |
* | Event: Stop shimming focusin & focusout events | Michał Gołębiowski-Owczarek | 2019-04-29 | 2 | -66/+0 |
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -2/+3 |
* | Core: Deprecate jQuery.isWindow | Shashanka Nataraj | 2017-07-10 | 1 | -4/+4 |
* | Event: `stopPropagation()` on native event-handler | Pierre Spring | 2017-07-10 | 1 | -4/+17 |
* | Events: don't execute native stop(Immediate)Propagation from simulation | Oleg Gaidarenko | 2016-05-19 | 1 | -17/+1 |
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 5 | -0/+10 |
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 1 | -2/+2 |
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -3/+3 |
* | Event: Remove duplicated word text on comment | Jae Sung Park | 2015-12-03 | 1 | -1/+1 |
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 3 | -1/+255 |
* | Event: Move .bind() and .delegate() to deprecated | Dave Methvin | 2015-10-12 | 1 | -18/+0 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 3 | -13/+14 |
* | Event: remove deprecated event aliases | Oleg Gaidarenko | 2015-05-19 | 1 | -2/+2 |
* | Event: provide verbose comment for focus(in | out) & rename support prop | Oleg Gaidarenko | 2015-05-19 | 1 | -1/+1 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 2 | -3/+13 |
* | Ajax: move ajax event aliases to their own file | Timmy Willison | 2014-06-02 | 1 | -0/+13 |
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+9 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -0/+39 |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 2 | -666/+0 |
* | Fixed a bug in event - "native" is a reserved word in Safari 2. | John Resig | 2007-09-07 | 1 | -2/+2 |
* | Integration of Mike Alsup's excellent form serialization code. The benefits a... | John Resig | 2007-09-05 | 1 | -1/+1 |
* | Removed all inline documentation. The current version of all documentation is... | John Resig | 2007-09-04 | 1 | -569/+10 |
* | Added namespaced events to bind, unbind, and trigger. This allows you to deal... | John Resig | 2007-09-03 | 2 | -10/+52 |
* | Reverted the change that I made in #1320. | John Resig | 2007-09-02 | 1 | -1/+1 |
* | Made it so that you can pass in an event object to the trigger data args and ... | John Resig | 2007-08-30 | 2 | -8/+33 |
* | Added a new extra fn arg to trigger (so you don't have to simulate the trigge... | John Resig | 2007-08-30 | 2 | -9/+46 |
* | Made jQuery's internal trigger method return the value from handle. (Bug #1417) | John Resig | 2007-08-28 | 1 | -0/+5 |
* | Made it so that the last return value is always returned from handle() (unles... | John Resig | 2007-08-28 | 1 | -2/+6 |
* | Only bind .ready() once per instance of jQuery - and only bind if the ready()... | John Resig | 2007-08-22 | 1 | -1/+11 |
* | Fixed the case where global events weren't being triggered on window and docu... | John Resig | 2007-08-22 | 1 | -1/+1 |
* | Fix for a selector speed regression (calling a simple selector many times res... | John Resig | 2007-08-21 | 1 | -4/+0 |
* | Fixed two cases where []. was used instead of Array.prototype. (Bug #1427) | John Resig | 2007-08-20 | 1 | -1/+1 |
* | Make jQuery work without warnings in strict mode, in Firefox. | John Resig | 2007-08-20 | 1 | -2/+2 |
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. I... | John Resig | 2007-08-19 | 1 | -28/+7 |
* | More missing semicolons. | John Resig | 2007-08-07 | 1 | -2/+2 |
* | When we disabled triggering of clicks, we also killed off blur and focus, thi... | John Resig | 2007-07-31 | 1 | -1/+1 |
* | trigger DOM0 event handlers when doing a trigger (#1363) | Brandon Aaron | 2007-07-21 | 2 | -4/+15 |
* | broken test in IE | Brandon Aaron | 2007-07-20 | 1 | -13/+11 |
* | Fix for #1402 | Brandon Aaron | 2007-07-20 | 1 | -2/+2 |
* | Fix for IE firing document ready too soon (Bug #1320). | John Resig | 2007-07-12 | 1 | -1/+1 |
* | Tweaked some of the tests, added in events and fx tests. | John Resig | 2007-07-09 | 1 | -10/+5 |