aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-1/+5
* Revert "Offset: Fix .offset() to correctly work with ShadowDOM"Oleg Gaidarenko2015-12-221-24/+11
* Revert "Offset: remove ownerDocument check in offset getter"Oleg Gaidarenko2015-12-221-5/+4
* Revert "Offset: allow offset setter to throw for disconnected elements"Oleg Gaidarenko2015-12-221-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-13/+17
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-1/+3
* Core: Adjust comments & tests after dropping Safari 6 supportMichał Gołębiowski2015-07-271-0/+1
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-161-7/+13
* Offset: getBounding doesn't return width/height in IE8. Fixes test.Timmy Willison2015-06-161-14/+7
* Offset: no need to check for ownerDocumentTimmy Willison2015-06-161-4/+4
* Offset: revert to jQuery.contains for IE8's sake (compat only)Timmy Willison2015-06-161-7/+10
* Offset: return before getBoundingClientRect to avoid error in IE8-11Timmy Willison2015-06-161-2/+9
* Offset: return zeros for disconnected/hidden elementsTimmy Willison2015-06-161-1/+4
* Revert "Offset: allow offset setter to throw for disconnected elements"Timmy Willison2015-06-161-1/+1
* Offset: account for scroll when calculating positionRichard McDaniel2015-05-121-2/+5
* Offset: allow offset setter to throw for disconnected elementsTimmy Willison2015-05-051-1/+1
* Offset: remove ownerDocument check in offset getterTimmy Willison2015-05-051-4/+5
* Offset: Fix .offset() to correctly work with ShadowDOMArthur Stolyar2015-05-051-14/+14
* Offset: simplify jQuery#offsetParent methodOleg Gaidarenko2015-01-131-3/+13
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-5/+1
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-161-1/+3
* Core: Drop strundefined variableChris Antaki2014-09-021-3/+2
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-3/+6
* Offset: Fix comment typo, thanks @AurelioDeRosaDave Methvin2013-12-181-1/+1
* Fix some code style inconsistenciesOleg2013-11-071-3/+3
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-15/+18
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-111-1/+1
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-101-10/+33
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+1
* Apply consistent ordering in all modules. -219 bytes. Order modules like func...Timmy Willison2013-09-091-49/+46
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-2/+3
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+1
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-061-7/+9
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-151-2/+3
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-8/+21
* No ticket: Reduce size in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-2/+2
* Fix #13315: compare typeof node.method to var instead of literal "undefined" ...Richard Gibson2013-01-241-1/+1
* Pass style declarations around for performance improvements and paving the wa...Mike Sherov2012-12-111-4/+4
* Fix #11542. document.body should not be special in .offset() and document.doc...Daniel Gálvez2012-10-241-29/+7
* new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comment...Mike Sherov2012-10-221-1/+1
* Fixes #12749, correctly detect position() for position:fixed elements, closes...Merrifield, Jay2012-10-171-18/+24
* Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect.Dave Methvin2012-09-141-9/+14
* Fix #12534. Don't die on browsers lacking getBoundingClientRect.Dave Methvin2012-09-131-2/+2
* Fix #11962. Standardize getter return values for empty sets.Uri Gilad2012-07-091-2/+2
* Fix #8482, offsetParent should not return null. Closes gh-847.Nowres Rafid2012-07-061-1/+1
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-4/+0
* Followup gh-796. Eliminate try-catch in oldIE, closes gh-799.Oleg2012-05-281-8/+4
* Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796.Oleg2012-05-271-42/+26
* Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-151-4/+3
* Fix #10996, simplify offset code by forsaking ancient browsers.Mike Sherov2012-04-051-50/+7