Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Deprecate jQuery.isWindow | Shashanka Nataraj | 2017-07-10 | 1 | -0/+8 |
| | | | | | Fixes gh-3629 Close gh-3702 | ||||
* | Docs: Update links to HTML spec for stripAndCollapse (#3594) | Boom Lee | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | Revert "Event: Trigger checkbox and radio click events identically" | Timmy Willison | 2017-03-20 | 1 | -5/+0 |
| | | | | This reverts commit b442abacbb8464f0165059e8da734e3143d0721f. | ||||
* | Event: Trigger checkbox and radio click events identically | Alex Padilla | 2017-01-19 | 1 | -0/+5 |
| | | | | | Fixes gh-3423 Closes gh-3494 | ||||
* | Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse | Timmy Willison | 2016-09-15 | 2 | -5/+8 |
| | | | | | | | | | | | | - Renames and changes rnotwhite to focus on HTML whitespace chars - Change internal use of jQuery.trim to more accurate strip and collapse - Adds tests to ensure HTML space characters are retained where valid - Doesn't add tests where the difference is inconsequential and existing tests are adequate. Fixes gh-3003 Fixes gh-3072 Close gh-3316 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 17 | -0/+32 |
| | | | | Fixes gh-3073 | ||||
* | Core: Simplify isPlainObject | Richard Gibson | 2016-04-04 | 3 | -0/+13 |
| | | | | | Fixes gh-2986 Close gh-2998 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 14 | -30/+32 |
| | | | | Fixes gh-2056 | ||||
* | Core: Switch from modules to just window.setTimeout etc. | Michał Gołębiowski | 2015-06-17 | 4 | -12/+0 |
| | | | | | | Using modules for window.setTimeout etc. made those functions cached and disabled Sinon mocking, making effects tests fail. Just writing window.setTimeout directly is smaller anyway. | ||||
* | Core: Use window.setTimeout & friends instead of global equivalents | Michał Gołębiowski | 2015-06-17 | 4 | -0/+12 |
| | | | | Fixes gh-2177 | ||||
* | CSS: Support relative adjustment in any applicable unit | Mr21 | 2015-03-09 | 1 | -0/+7 |
| | | | | | Fixes gh-1711 Closes gh-2011 | ||||
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 2 | -0/+8 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 1 | -3/+0 |
| | |||||
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 1 | -3/+0 |
| | | | | Fixes #14794 | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -4/+0 |
| | | | | across all modules) | ||||
* | Add AMD+CommonJS capabilities to the build script (for modules with long ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | unreadable dependency lists) | ||||
* | Move parsing methods to their own files (separates manipulation dependency ↵ | Timmy Willison | 2013-09-08 | 1 | -0/+4 |
| | | | | from core) | ||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 12 | -14/+14 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+4 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 12 | -0/+48 |