Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | Fix #14394: Changing style !important in webkit. Close gh-1385. | Lihan Li | 2013-10-15 | 1 | -2/+5 |
| | | | | | | | | (cherry picked from commit 24e587929f62428e1959b10aace6dc4fd65ab397) Conflicts: src/css.js | ||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -22/+23 |
| | | | | | | | | | | | | - To keep file size unaffected, an extra pragma was added to build.js to remove certain lines when building with special comments. Conflicts: src/core.js src/css.js src/effects.js src/event.js src/manipulation.js src/offset.js | ||||
* | Ref #14313: NaN detection. Close gh-1352. | Richard Gibson | 2013-09-12 | 1 | -2/+2 |
| | |||||
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
| | | | | | Conflicts: src/css.js | ||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 1 | -119/+5 |
| | | | | module. | ||||
* | No ticket. Abstract conditional hook definition. | Michał Gołębiowski | 2013-09-11 | 1 | -54/+18 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | | | | | | | across all modules). Restore proper support property for effects. Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -16/+25 |
| | | | | | | | | | | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. Conflicts: src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/traversing.js | ||||
* | Reorder css.js logically | Timmy Willison | 2013-09-09 | 1 | -219/+219 |
| | | | | | Conflicts: src/css.js | ||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+1 |
| | | | | | | | Conflicts: src/attributes.js src/data.js src/manipulation.js | ||||
* | No ticket. Optimize top/left hooks: move the position check up, don't ↵ | Michał Gołębiowski | 2013-09-06 | 1 | -10/+8 |
| | | | | re-check it inside a hook. | ||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -30/+61 |
| | |||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 1 | -2/+3 |
| | | | | | Conflicts: src/css.js | ||||
* | Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close ↵ | Chris Price | 2013-08-19 | 1 | -1/+1 |
| | | | | gh-1311. (cherry-picked from 3e3680c2cdc524ee9194ef27fdce318cf301144c) | ||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -1/+2 |
| | | | | | | | | | | to save 15 bytes. Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -67/+18 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | Fixes #14049: don't append px to CSS order value. Close gh-1300. (cherry ↵ | Jason Merino | 2013-07-01 | 1 | -0/+1 |
| | | | | picked from ec6eb38c64aadd6860c402cc0894c77b82b1a65d) | ||||
* | Avoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271. | Jason Bedard | 2013-06-02 | 1 | -2/+4 |
| | | | | (cherry picked from commit e53a91909061c7a7280a274990db179b94db81b6) | ||||
* | Fix #13855: line-height animations. Close gh-1265. | Richard Gibson | 2013-05-13 | 1 | -1/+1 |
| | | | | (cherry picked from commit 3971c2ebb2e6729fe80bac4ee7b91bc02f26486f) | ||||
* | Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218. | Michał Gołębiowski | 2013-04-03 | 1 | -21/+0 |
| | |||||
* | Fix #13310. Get the right display value for disconnected nodes. Close gh-1155. | Oleg | 2013-02-04 | 1 | -4/+13 |
| | |||||
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 1 | -3/+3 |
| | | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations | ||||
* | Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens ↵ | Timmy Willison | 2013-01-30 | 1 | -1/+1 |
| | | | | #13132, #10406. | ||||
* | Fix failing tests, add support for empty spans in Opera. Supplements #13132, ↵ | Timmy Willison | 2013-01-21 | 1 | -1/+4 |
| | | | | #10406. | ||||
* | Treat elements as hidden when either offsetWidth OR offsetHeight is 0. Fixes ↵ | Timmy Willison | 2013-01-21 | 1 | -1/+1 |
| | | | | #13132, #10406. | ||||
* | Fix #13183: Wrong animation initial value calc. Close gh-1136. | Mike Sherov | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Ref #8908. Update IE9 css clone fix. Close gh-1120. | Oleg | 2013-01-08 | 1 | -2/+2 |
| | |||||
* | compress -16 min+gzip | Richard Gibson | 2012-12-13 | 1 | -20/+18 |
| | |||||
* | Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036. | Oleg | 2012-12-13 | 1 | -9/+6 |
| | |||||
* | CSS: Save some bytes. Close gh-1071. | Scott González | 2012-12-13 | 1 | -13/+13 |
| | |||||
* | Fix #12990. Don't add 'px' to column-count. Close gh-1050. | Bennett Sorbo | 2012-12-11 | 1 | -0/+1 |
| | |||||
* | Fixes #11938: Adding array getter method to jQuery.fn.css | Mike Sherov | 2012-12-11 | 1 | -0/+15 |
| | |||||
* | Pass style declarations around for performance improvements and paving the ↵ | Mike Sherov | 2012-12-11 | 1 | -36/+51 |
| | | | | | | way for the css array signature Also, simplify the jQuery.css numeric coercion signature | ||||
* | Refactor defaultDisplay's node creation and display logic, -6 | Rick Waldron | 2012-12-10 | 1 | -10/+13 |
| | |||||
* | Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ↵ | Richard Gibson | 2012-12-08 | 1 | -35/+29 |
| | | | | solution by @maranomynet; test by @rwldrn. | ||||
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886. | Elijah Manor | 2012-11-18 | 1 | -0/+10 |
|\ | |||||
| * | Add support check, added assertion to check if cleared, add edge case for ↵ | Elijah Manor | 2012-08-13 | 1 | -0/+3 |
| | | | | | | | | backgroundPosition | ||||
* | | Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005. | yiminghe | 2012-10-30 | 1 | -4/+6 |
| | | |||||
* | | Fix #10416. Don't trust computed styles on detached elements. Close gh-941. | Oleg | 2012-10-28 | 1 | -8/+6 |
| | | |||||
* | | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 1 | -4/+2 |
| | | |||||
* | | fix effects tests failure | Mike Sherov | 2012-10-16 | 1 | -4/+0 |
| | | |||||
* | | body default display is always block. @mikesherov was right and this is the ↵ | Rick Waldron | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | proof. Fixes #10227 | ||||
* | | Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942. | Mike Sherov | 2012-09-30 | 1 | -1/+3 |
| | | |||||
* | | Fix #12243, $("col").width() should return the column's width. Close gh-916. | Mike Sherov | 2012-08-29 | 1 | -3/+8 |
| | | |||||
* | | Fix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909. | Mike Sherov | 2012-08-28 | 1 | -1/+4 |
| | | |||||
* | | Fix #12324, line-height "normal" isn't always "1". Close gh-898. | Mike Sherov | 2012-08-19 | 1 | -2/+1 |
| | | |||||
* | | jQuery.contains() handles document objects directly. Close gh-879. | Oleg Gaidarenko | 2012-08-19 | 1 | -1/+1 |
| | | |||||
* | | Update comments about window.getComputedStyle in both locations. | Rick Waldron | 2012-08-11 | 1 | -1/+1 |
| | |