aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add undef:true to JSHint now that it understands hoistingMike Sherov2012-01-191-1/+1
* Fix #10692. JSLint is dead! Long live JSHint!Mike Sherov2011-12-081-1/+1
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-67/+42
* jQuery.support.supportsFixedPosition -> jQuery.support.fixedPosition; Remove ...timmywil2011-10-311-17/+7
* Cleanup spacing in offset.js. Fixes #10601Rick Waldron2011-10-271-5/+5
* Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809.Rick Waldron2011-09-191-35/+10
* Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931John Resig2011-04-121-20/+22
|\
| * Bug 7931; cleaned up white space in accordance to style guideXavi2011-01-181-8/+7
| * Bug 7931; Inverted logic in scrollTop/Left (i.e. madeXavi2011-01-091-25/+25
| * Bug 7931; Added missing semicolon and replaced '!=' with '!==' to allow null ...Xavi2011-01-091-2/+2
| * Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return nu...Xavi2011-01-091-14/+14
* | merge with master and resolve more conflictslouisremi2011-04-121-3/+5
|\ \
| * \ Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-masterjeresig2011-04-121-3/+5
| |\ \
| | * | Use parseFloat instead of parseInt to read CSS values.Sylvester Keil2011-01-151-3/+5
| | |/
* | / second batchlouisremi2011-04-111-1/+1
|/ /
* | Fix test cases for bug #8316 fix.timmywil2011-03-311-3/+3
* | Fixes #8203. Remove some misguided nulling of elements done in the name of IE...Dave Methvin2011-03-301-1/+0
* | Offset setter for fixed position elements in Webkit. Fixes #8316.Michael Murray2011-03-241-2/+2
* | Fix some whitespace issues.Anton M2011-02-151-1/+1
* | Merge branch 'master' of https://github.com/russtacular/jquery into russtacul...John Resig2011-01-181-1/+1
|\ \ | |/ |/|
| * jQuery.fn.offset no longer returns ClientRect object for disconnected elementsRussell Holbrook2010-11-221-1/+1
* | Clean trailing whitespace from all files.Colin Snover2010-12-301-5/+5
|/
* Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-5/+11