Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | jQuery.fn.offset no longer returns ClientRect object for disconnected elements | Russell Holbrook | 2010-11-22 | 1 | -1/+1 |
| | | | | | | | | | | Instead of returning box, which is a ClientRect, we take the top and left box values and place them into a generic object. | ||||
* | | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -5/+5 |
|/ | |||||
* | Make sure that when multiple variables are being declared that assignments ↵ | John Resig | 2010-11-09 | 1 | -5/+11 |
| | | | | are each done on their own line. | ||||
* | Make sure that we don't attempt to handle scrolling when the node is ↵ | John Resig | 2010-10-14 | 1 | -5/+8 |
| | | | | disconnected from the document. Fixes #7190. | ||||
* | Return the zeroed-out bounding box instead of passing it on. | jeresig | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | Adjust fallback top/left to just be 0 for disconnected DOM nodes. Follow-up ↵ | John Resig | 2010-09-29 | 1 | -1/+1 |
| | | | | to cf672a2e7a886cac5ae62f6772c6b4b43b19a2fc, thanks to @jitter for the catch. | ||||
* | Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes ↵ | John Resig | 2010-09-28 | 1 | -3/+9 |
| | | | | #4996. | ||||
* | Unify the means of detecting a window across the library. Fixes jQuery UI ↵ | jeresig | 2010-09-22 | 1 | -1/+1 |
| | | | | bug #5438 and jQuery bugs #6575 and 6088. | ||||
* | Applied the RegExp issues reported by Jeff Robinson here: ↵ | jeresig | 2010-09-22 | 1 | -3/+6 |
| | | | | http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html Additionally broke out all remaining inline RegExp. Fixes #7062. | ||||
* | Split apart jQuery.css into jQuery.css (computed values) and jQuery.style ↵ | jeresig | 2010-09-16 | 1 | -9/+9 |
| | | | | (currently set values). | ||||
* | Make sure that jQuery works even when the individual modules are loaded ↵ | jeresig | 2010-09-08 | 1 | -0/+4 |
| | | | | separately AND jQuery.noConflict(true) is used. Fixes #7011. | ||||
* | First pass at unifying the various CSS methods in jQuery (jQuery.style, ↵ | John Resig | 2010-09-05 | 1 | -12/+12 |
| | | | | jQuery.curCSS, and jQuery.css are now all under jQuery.css). | ||||
* | Fixed an issue with setting offset of absolutely positioned element that has ↵ | Brandon Aaron | 2010-03-22 | 1 | -6/+18 |
| | | | | no position values ("auto"). Fixes #5781. | ||||
* | Fix setting only one property at a time in .offset({}) | Brandon Aaron | 2010-03-22 | 1 | -5/+8 |
| | |||||
* | Fixed some cases where expression, expression was used and shouldn't be. | jeresig | 2010-03-01 | 1 | -3/+8 |
| | |||||
* | Use correct window reference in offset to work properly cross-frame. Fixes ↵ | brandonaaron | 2010-02-27 | 1 | -4/+11 |
| | | | | #6190. | ||||
* | fixed offset(coordinates) returns null when no matching elements in jQuery ↵ | Karl Swedberg | 2010-01-24 | 1 | -8/+8 |
| | | | | object (fixes ticket #5888) | ||||
* | Re-ordering the args to setOffset() in case people were relying upon the old ↵ | jeresig | 2010-01-07 | 1 | -3/+3 |
| | | | | order (doubtful). | ||||
* | Added in support for .offset(Function). | jeresig | 2010-01-07 | 1 | -10/+15 |
| | |||||
* | Rather than declaring empty anonymous functions all around, introduce and ↵ | jeresig | 2009-12-31 | 1 | -1/+1 |
| | | | | use a single empty function. Thanks to Matt Kruse for the suggestion. | ||||
* | Standardize on using double-quotes for string literals. | jeresig | 2009-12-21 | 1 | -19/+19 |
| | |||||
* | Made a number of spacing changes to bring the code more-inline with the ↵ | jeresig | 2009-12-21 | 1 | -11/+32 |
| | | | | jQuery Core Style Guideline. | ||||
* | Fixed the case where getComputedStyled was assumed to exist if ↵ | John Resig | 2009-11-07 | 1 | -2/+2 |
| | | | | getBoundingClientRect did (which isn't the case on the Playstation 3). Fixes #5467. | ||||
* | offset is now a setter | Brandon Aaron | 2009-09-15 | 1 | -6/+37 |
| | |||||
* | Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson | Brandon Aaron | 2009-07-25 | 1 | -2/+1 |
| | |||||
* | revision 6494 accidentally reverted some changes to offset module | Brandon Aaron | 2009-07-25 | 1 | -33/+64 |
| | |||||
* | add scrollTop/Left tests and fix for IE | Brandon Aaron | 2009-07-24 | 1 | -76/+43 |
| | |||||
* | Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923. | John Resig | 2009-07-19 | 1 | -3/+3 |
| | |||||
* | Rewrote .offsetParent() to work against the full jQuery set, added tests. ↵ | John Resig | 2009-07-19 | 1 | -5/+7 |
| | | | | Fixes #4922. | ||||
* | Made a number of stylistic changes to the offset code (braces, declarations, ↵ | John Resig | 2009-07-19 | 1 | -30/+61 |
| | | | | etc.). | ||||
* | fix for #4906 | Brandon Aaron | 2009-07-17 | 1 | -14/+17 |
| | |||||
* | fixing a few more memory leaks in IE | Brandon Aaron | 2009-04-22 | 1 | -0/+2 |
| | |||||
* | offset returns null for window and document elements. fixes #4136 again | Brandon Aaron | 2009-04-22 | 1 | -2/+2 |
| | |||||
* | remove radix param for parseFloat calls | Brandon Aaron | 2009-04-22 | 1 | -11/+11 |
| | |||||
* | width, height, scrollLeft, and scrollTop now work with windows and documents ↵ | Brandon Aaron | 2009-04-22 | 1 | -9/+17 |
| | | | | other than just the one it was loaded in (like iframes and popups) | ||||
* | clean up offset. #4456 thanks pbcomm | Brandon Aaron | 2009-04-21 | 1 | -19/+17 |
| | |||||
* | fix for #4439, offset.initialize can cause the page to jump | Brandon Aaron | 2009-03-30 | 1 | -4/+2 |
| | |||||
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -3/+3 |
| | |||||
* | fix for #4115 | Brandon Aaron | 2009-03-19 | 1 | -4/+3 |
| | |||||
* | fix for #4263, better support for nested fixed position elements | Brandon Aaron | 2009-03-19 | 1 | -1/+6 |
| | |||||
* | using parseFloat for offset and position methods and removed num helper method | Brandon Aaron | 2009-03-17 | 1 | -11/+11 |
| | |||||
* | return null when no matched elements exist for offset and position | Brandon Aaron | 2009-03-17 | 1 | -29/+29 |
| | |||||
* | some clean up in the offset method | Brandon Aaron | 2009-03-17 | 1 | -10/+11 |
| | |||||
* | Added some missing spaces - helps to calm XHTML error messages in Safari. | John Resig | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Moved from the old JSMin to using YUIMin for compressing the jQuery source. ↵ | John Resig | 2009-01-04 | 1 | -1/+1 |
| | | | | Additionally landed some improvements from #3770 which dramatically reduce the filesize. The final minifed + gzipped size of jQuery went from 19817 bytes to 18063 bytes. |