| Commit message (Expand) | Author | Age | Files | Lines |
* | Docs: Update remaining HTTP URLs to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-25 | 1 | -1/+1 |
* | Core: Simplify code post browser support reduction | Michał Gołębiowski-Owczarek | 2023-09-20 | 1 | -1/+1 |
* | Core: Move the factory to separate exports | Michał Gołębiowski-Owczarek | 2023-09-19 | 1 | -0/+14 |
* | Build: migrate most grunt tasks off of grunt | Timmy Willison | 2023-09-18 | 1 | -93/+55 |
* | Build: Add `exports` to package.json, export slim & esm builds | Michał Gołębiowski-Owczarek | 2023-07-10 | 1 | -1/+25 |
* | Docs: remove stale gitter badge from readme | Timmy Willison | 2023-06-23 | 1 | -1/+3 |
* | Selector: Re-introduce selector-native.js | Michał Gołębiowski-Owczarek | 2022-11-21 | 1 | -0/+6 |
* | Docs: Remove stale badge from README | Timmy Willison | 2022-10-24 | 1 | -2/+0 |
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 1 | -0/+6 |
* | Docs: update irc to Libera and fix LAMP dead link | fecore1 | 2021-09-05 | 1 | -2/+2 |
* | Build: Rename master to main across the repository | Michał Gołębiowski-Owczarek | 2021-02-05 | 1 | -2/+2 |
* | Docs: Remove a mention of the event/alias.js module from README | Michał Gołębiowski-Owczarek | 2020-01-27 | 1 | -1/+1 |
* | Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated | Michał Gołębiowski-Owczarek | 2020-01-21 | 1 | -3/+2 |
* | Build: Create a `grunt custom:slim` alias for the Slim build (#4578) | Michał Gołębiowski-Owczarek | 2020-01-07 | 1 | -0/+5 |
* | Docs: direct users to GitHub docs for cloning the repo | Timmy Willison | 2019-12-16 | 1 | -6/+2 |
* | Docs: Change OS X to macOS in README | Christian Oliff | 2019-12-03 | 1 | -1/+1 |
* | Docs: Convert link to Homebrew from HTTP to HTTPS | Christian Oliff | 2019-10-07 | 1 | -1/+1 |
* | Selector: Inline Sizzle into the selector module | Michał Gołębiowski-Owczarek | 2019-07-29 | 1 | -7/+1 |
* | Event: Stop shimming focusin & focusout events | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -2/+1 |
* | Update README.md | Timmy Willison | 2019-04-02 | 1 | -1/+1 |
* | Docs: add gitter badge to README.md | Timmy Willison | 2018-07-27 | 1 | -0/+2 |
* | README: Add FOSSA license scan status badge | Kris Borchers | 2018-05-15 | 1 | -0/+2 |
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 1 | -5/+5 |
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 1 | -11/+19 |
* | Tests: Make iframe tests wait after checking isReady | Dave Methvin | 2016-04-11 | 1 | -20/+13 |
* | Docs: use https where possible | Bernhard M. Wiedemann | 2016-01-27 | 1 | -1/+1 |
* | Docs: remove compat references | Timmy Willison | 2016-01-14 | 1 | -4/+2 |
* | Docs: Updated links to https where they are supported. | Jon Dufresne | 2016-01-13 | 1 | -10/+10 |
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 1 | -0/+2 |
* | CSS: Make show/hide/toggle methods a module | Dave Methvin | 2015-10-18 | 1 | -1/+2 |
* | Tests:Docs: Fix various typos | Gary Ye | 2015-10-12 | 1 | -1/+1 |
* | Docs: remove redundant instruction from the readme | Oleg Gaidarenko | 2015-05-29 | 1 | -1/+1 |
* | Docs: Add info about Sizzle not being excludable on the compat branch | Michał Gołębiowski | 2015-03-30 | 1 | -0/+2 |
* | Docs: Fix README uppercase | Dave Methvin | 2015-01-09 | 1 | -1/+1 |
* | Docs: Clarify custom build instructions | Dave Methvin | 2015-01-06 | 1 | -3/+3 |
* | Misc: Mac OS is now OS X, thanks @xfq | Dave Methvin | 2015-01-06 | 1 | -1/+1 |
* | README: update the Homebrew site address | Michał Gołębiowski | 2015-01-03 | 1 | -1/+1 |
* | README: various text fixes | Oleg Gaidarenko | 2014-12-15 | 1 | -6/+6 |
* | README: Add selector-native.js link. Thanks @randsonjs! | Dave Methvin | 2014-12-03 | 1 | -1/+1 |
* | Docs: correct grunt command in README.md | Oleg Gaidarenko | 2014-11-10 | 1 | -1/+1 |
* | Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat | Michał Gołębiowski | 2014-11-04 | 1 | -1/+1 |
* | Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch | Timmy Willison | 2014-11-03 | 1 | -2/+2 |
* | README: Update the description of the deprecated module | Michał Gołębiowski | 2014-10-30 | 1 | -1/+1 |
* | Readme: Fix minor style issues. Thanks @MightyBranch! | Dave Methvin | 2014-10-06 | 1 | -1/+1 |
* | README: Improve build instructions | Oleg Gaidarenko | 2014-09-26 | 1 | -4/+3 |
* | Readme: Fix punctuation in tile | upisfree | 2014-07-12 | 1 | -1/+1 |
* | Readme: Fix subsection titles and grammar, thanks @robgraeber | Dave Methvin | 2014-03-16 | 1 | -6/+6 |
* | Readme: updating QUnit information | Leonardo Balter | 2014-03-13 | 1 | -1/+1 |
* | Docs: Change raises to throws in README test assertions | Michał Gołębiowski | 2014-02-05 | 1 | -1/+1 |
* | README: Add jQuery environment notes | Timmy Willison | 2014-01-06 | 1 | -0/+7 |