Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Offset: Fix comment typo, thanks @AurelioDeRosa | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -15/+15 |
| | |||||
* | Fix some code style inconsistencies | Oleg | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | No ticket. Abstract conditional hook definition. | Michał Gołębiowski | 2013-09-11 | 1 | -20/+10 |
| | |||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 1 | -9/+42 |
| | | | | modules. -39 bytes. Close gh-1360. | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | across all modules) | ||||
* | Apply consistent ordering in all modules. -38 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 1 | -45/+42 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -2/+3 |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | ||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+1 |
| | |||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -1/+2 |
| | |||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -2/+2 |
| | | | | to save 15 bytes. | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -4/+17 |
| | |||||
* | No ticket: Reduce size in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -2/+2 |
| | | | | (cherry picked from commit dbf3056b250bbc279fa947031181f9e25a40bacf) | ||||
* | Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal ↵ | Richard Gibson | 2013-01-27 | 1 | -1/+1 |
| | | | | | | "undefined" for safer uglification (cherry picked from commit ec9b38a34fb9bd81d1903cf12b69466f699abca5) | ||||
* | 2.0: Reduce offset module. Close gh-1139. | Oleg | 2013-01-20 | 1 | -32/+30 |
| | |||||
* | Pass style declarations around for performance improvements and paving the ↵ | Mike Sherov | 2012-12-11 | 1 | -4/+4 |
| | | | | | | way for the css array signature Also, simplify the jQuery.css numeric coercion signature | ||||
* | Fix #11542. document.body should not be special in .offset() and ↵ | Daniel Gálvez | 2012-10-24 | 1 | -29/+7 |
| | | | | document.documentElement is the default element.offsetParent. Close gh-899. | ||||
* | new JSHINT mixed spaces/tabs is smart enough to not warn on multiline ↵ | Mike Sherov | 2012-10-22 | 1 | -1/+1 |
| | | | | comments, rendering smarttabs useless | ||||
* | Fixes #12749, correctly detect position() for position:fixed elements, ↵ | Merrifield, Jay | 2012-10-17 | 1 | -18/+24 |
| | | | | closes gh-991 | ||||
* | Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect. | Dave Methvin | 2012-09-14 | 1 | -9/+14 |
| | | | | This lets us still add the other offset components to the number so they're less wrong. Affects BlackBerry 5 and iOS 3, everyone else has gBCR. | ||||
* | Fix #12534. Don't die on browsers lacking getBoundingClientRect. | Dave Methvin | 2012-09-13 | 1 | -2/+2 |
| | |||||
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | Fix #8482, offsetParent should not return null. Closes gh-847. | Nowres Rafid | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
| | |||||
* | Followup gh-796. Eliminate try-catch in oldIE, closes gh-799. | Oleg | 2012-05-28 | 1 | -8/+4 |
| | |||||
* | Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796. | Oleg | 2012-05-27 | 1 | -42/+26 |
| | |||||
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. | Mike Sherov | 2012-05-15 | 1 | -4/+3 |
| | | | | | | This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope. For now, `jQuery.support.boxModel` continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the `box-model` CSS property. So don't trust this value. | ||||
* | Fix #10996, simplify offset code by forsaking ancient browsers. | Mike Sherov | 2012-04-05 | 1 | -50/+7 |
| | |||||
* | Add undef:true to JSHint now that it understands hoisting | Mike Sherov | 2012-01-19 | 1 | -1/+1 |
| | | | | also add smarttabs:true and fix some smarttabs spacing issues | ||||
* | Fix #10692. JSLint is dead! Long live JSHint! | Mike Sherov | 2011-12-08 | 1 | -1/+1 |
| | | | | Still needs this sizzle PR: https://github.com/jquery/sizzle/pull/82 | ||||
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -67/+42 |
| | |||||
* | jQuery.support.supportsFixedPosition -> jQuery.support.fixedPosition; Remove ↵ | timmywil | 2011-10-31 | 1 | -17/+7 |
| | | | | jQuery.offset.supportProps and reference support in offset | ||||
* | Cleanup spacing in offset.js. Fixes #10601 | Rick Waldron | 2011-10-27 | 1 | -5/+5 |
| | |||||
* | Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809. | Rick Waldron | 2011-09-19 | 1 | -35/+10 |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/477 - http://bugs.jquery.com/ticket/6809 | ||||
* | Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931 | John Resig | 2011-04-12 | 1 | -20/+22 |
|\ | | | | | | | | | Conflicts: src/offset.js | ||||
| * | Bug 7931; cleaned up white space in accordance to style guide | Xavi | 2011-01-18 | 1 | -8/+7 |
| | | |||||
| * | Bug 7931; Inverted logic in scrollTop/Left (i.e. made | Xavi | 2011-01-09 | 1 | -25/+25 |
| | | |||||
| * | Bug 7931; Added missing semicolon and replaced '!=' with '!==' to allow null ↵ | Xavi | 2011-01-09 | 1 | -2/+2 |
| | | | | | | | | through | ||||
| * | Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return ↵ | Xavi | 2011-01-09 | 1 | -14/+14 |
| | | | | | | | | null when called on an empty jquery object | ||||
* | | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 1 | -3/+5 |
|\ \ | |||||
| * \ | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-master | jeresig | 2011-04-12 | 1 | -3/+5 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: test/unit/offset.js | ||||
| | * | | Use parseFloat instead of parseInt to read CSS values. | Sylvester Keil | 2011-01-15 | 1 | -3/+5 |
| | |/ | | | | | | | | | | This fixes #7730 and #7885. | ||||
* | / | second batch | louisremi | 2011-04-11 | 1 | -1/+1 |
|/ / | |||||
* | | Fix test cases for bug #8316 fix. | timmywil | 2011-03-31 | 1 | -3/+3 |
| | | | | | | | | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling | ||||
* | | Fixes #8203. Remove some misguided nulling of elements done in the name of ↵ | Dave Methvin | 2011-03-30 | 1 | -1/+0 |
| | | | | | | | | IE memory cleanup. Based on a patch by davidmurdoch in pull 226. | ||||
* | | Offset setter for fixed position elements in Webkit. Fixes #8316. | Michael Murray | 2011-03-24 | 1 | -2/+2 |
| | | |||||
* | | Fix some whitespace issues. | Anton M | 2011-02-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/russtacular/jquery into ↵ | John Resig | 2011-01-18 | 1 | -1/+1 |
|\ \ | |/ |/| | | | russtacular-master |