Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Offset: account for scroll when calculating position | Richard McDaniel | 2015-05-12 | 1 | -2/+5 | |
| | | | | | Fixes gh-1708 Close gh-1714 | |||||
* | Core: remove custom ready event | Timmy Willison | 2015-05-12 | 1 | -7/+0 | |
| | | | | | Fixes gh-2264 Close gh-2265 | |||||
* | Attributes: add SVG class manipulation | Timmy Willison | 2015-05-12 | 1 | -29/+43 | |
| | | | | | | | | | - Note: support for SVG is limited in jQuery, but this is one area where the cost vs benefit ratio was acceptable. Fixes gh-2199 Close gh-2268 | |||||
* | Data: remove the expando when there's no more data | Timmy Willison | 2015-05-12 | 2 | -11/+8 | |
| | | | | | Fixes gh-1760 Close gh-2271 | |||||
* | Data: remove some unused code | Timmy Willison | 2015-05-12 | 1 | -9/+4 | |
| | ||||||
* | CSS: fix :visible/:hidden selectors for inline element w/ content | Timmy Willison | 2015-05-12 | 1 | -4/+2 | |
| | | | | | | | | | | | - Reverts behavior from 10399dd, which we never released. BR and inline elements are considered visible. - The possibility of dropping .offsetWidth and .offsetHeight was debunked by this perf: http://jsperf.com/visible-hidden-and-getclientrects Fixes gh-2227 Close gh-2281 | |||||
* | CSS: Collapse a double if statement into one | Michał Gołębiowski | 2015-05-12 | 1 | -3/+0 | |
| | | | | | | Saves 3 bytes gzipped Closes gh-2296 | |||||
* | CSS: Ignore the CSS cascade in show()/hide()/etc. | Richard Gibson | 2015-05-11 | 4 | -209/+151 | |
| | | | | | | Fixes gh-1767 Fixes gh-2071 Closes gh-2180 | |||||
* | Manipulation: privatize internal domManip() function | Timmy Willison | 2015-05-05 | 1 | -94/+93 | |
| | | | | Fixes gh-2225 | |||||
* | Manipulation: privatize buildFragment() function | Timmy Willison | 2015-05-05 | 8 | -157/+199 | |
| | | | | Fixes gh-2224 | |||||
* | Effects: set default easing using jQuery.easing._default | Timmy Willison | 2015-05-05 | 2 | -3/+7 | |
| | | | | | Fixes gh-2219 Close gh-2218 | |||||
* | Core: remove isArraylike check for nodes | Mu Haibao | 2015-05-05 | 1 | -4/+0 | |
| | | | | | Fixes gh-2238 Close gh-2243 | |||||
* | Offset: allow offset setter to throw for disconnected elements | Timmy Willison | 2015-05-05 | 1 | -1/+1 | |
| | | | | Fixes gh-2114 | |||||
* | Offset: remove ownerDocument check in offset getter | Timmy Willison | 2015-05-05 | 1 | -4/+5 | |
| | | | | Fixes gh-2115 | |||||
* | Offset: Fix .offset() to correctly work with ShadowDOM | Arthur Stolyar | 2015-05-05 | 1 | -14/+12 | |
| | | | | | Fixes gh-1784 Close gh-2043 | |||||
* | Selector: add jQuery.uniqueSort; deprecate jQuery.unique | Timmy Willison | 2015-05-04 | 3 | -5/+5 | |
| | | | | Fixes gh-2228 | |||||
* | Core: allow init to accept an alternate rootjQuery for migrate's sake | Timmy Willison | 2015-05-04 | 1 | -4/+8 | |
| | | | | | | - This will be tested in migrate Fixes gh-2101 | |||||
* | Data: camelCasing should not ignore case | Timmy Willison | 2015-05-04 | 1 | -1/+1 | |
| | | | | Fixes gh-2070 | |||||
* | Data: always camelCase keys in .data() | Timmy Willison | 2015-05-04 | 2 | -57/+34 | |
| | | | | | | | - This effectively implements our "Embrace HTML5" option - Related: http://goo.gl/GcQAtn Fixes gh-2257 | |||||
* | Data: do not include digits when camelCasing | Timmy Willison | 2015-05-03 | 1 | -1/+1 | |
| | | | | Fixes gh-1751 | |||||
* | Event: remove redundant guards for the event methods | Oleg Gaidarenko | 2015-05-03 | 1 | -3/+3 | |
| | | | | | Fixes gh-2047 Closes gh-2125 | |||||
* | Core:CSS:Event: simplification of native method signatures | Oleg Gaidarenko | 2015-05-03 | 4 | -10/+11 | |
| | | | | | | | | | | * Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref gh-2047 | |||||
* | Ajax: remove "onunload" event handler | Oleg Gaidarenko | 2015-05-03 | 1 | -18/+3 | |
| | | | | | | | | | Remove hack for IE lost connections, update for it was released by Microsoft at November 12, 2013. See https://support.microsoft.com/en-us/kb/2905733 Ref trac-5280 Ref gh-2047 | |||||
* | Event: add support comment | Oleg Gaidarenko | 2015-05-03 | 1 | -0/+6 | |
| | | | | Ref gh-2047 | |||||
* | Event: remove guard for falsy handler argument of jQuery#on method | Oleg Gaidarenko | 2015-05-03 | 1 | -2/+0 | |
| | | | | | | | | Since we don't have this in off method and its a common perception that this is a rudiment code Ref gh-2248 Closes gh-2249 | |||||
* | Manipulation: Make an HTML interception point | Richard Gibson | 2015-04-30 | 1 | -2/+6 | |
| | | | | | Fixes gh-1747 Closes gh-2203 | |||||
* | Manipulation: Detect sneaky no-content replaceWith input | Richard Gibson | 2015-04-30 | 1 | -18/+21 | |
| | | | | | | | Fixes gh-2204 Ref 642e9a45579cfa90861b8ea71a95dd077775caaf Closes gh-1752 Closes gh-2206 | |||||
* | Core: add workaround for iOS JIT error in isArrayLike | Timmy Willison | 2015-04-29 | 1 | -1/+6 | |
| | | | | Fixes gh-2145 | |||||
* | Core: Align branches: remove an unused variable, add comments | Michał Gołębiowski | 2015-04-27 | 3 | -2/+5 | |
| | | | | Closes gh-2233 | |||||
* | Deferred: Always handle progress callbacks before done/fail | Richard Gibson | 2015-04-22 | 1 | -29/+32 | |
| | | | | | | Fixes gh-2013 Fixes gh-2010 Closes gh-2210 | |||||
* | Attributes: remove unnecessary element null check | Bastian Buchholz | 2015-04-20 | 1 | -1/+1 | |
| | | | | Close gh-2201 | |||||
* | Core: Follow the AMD specification for define | Alexander O'Mara | 2015-04-13 | 1 | -1/+1 | |
| | | | | | | AMD specification requires the factory argument be defined. Close gh-2179 | |||||
* | CSS: Don't expose jQuery.swap | Michał Gołębiowski | 2015-04-13 | 2 | -10/+6 | |
| | | | | | | | | | jQuery.swap was an undocumented API used only internally. With the modular AMD system we currently have it's not necessary to expose this function publicly under the jQuery object. Fixes gh-2058 Closes gh-2182 | |||||
* | Attributes: revert returning null for non-existant attributes | Timmy Willison | 2015-03-30 | 1 | -1/+6 | |
| | | | | Ref https://github.com/jquery/jquery/issues/2118 | |||||
* | Wrap: Support .unwrap( selector) for selective unwrapping | Dave Methvin | 2015-03-30 | 1 | -6/+5 | |
| | | | | | Fixes gh-1744 Closes gh-2003 | |||||
* | Core: Update tested jsdom, drop obsolete workarounds | Michał Gołębiowski | 2015-03-30 | 2 | -57/+48 | |
| | | | | | | | | | The latest version supporting Node.js is 3.1.2; some workarounds are not needed for this version. For example, in jsdom 3.1.2 a document created via document.implementation.createHTMLDocument( "" ) has a body. Fixes gh-2153 Closes gh-2154 | |||||
* | Deferred: Backwards-compatible standards interoperability | Richard Gibson | 2015-03-20 | 1 | -27/+221 | |
| | | | | | Fixes gh-1722 Closes gh-1996 | |||||
* | Attributes: revert returning null for non-elements | Timmy Willison | 2015-03-16 | 1 | -1/+1 | |
| | ||||||
* | Attributes: fix failing test for new return value | Timmy Willison | 2015-03-16 | 1 | -1/+1 | |
| | ||||||
* | Attributes: return null when attribute does not exist | Winston Howes | 2015-03-16 | 1 | -6/+1 | |
| | | | | | Fixes gh-2118 Close gh-2129 | |||||
* | Data: restore explicit data removal of private data in cleanData. | Rick Waldron | 2015-03-09 | 1 | -1/+1 | |
| | | | | | Fixes gh-2127 Closes gh-2132 | |||||
* | CSS: Support relative adjustment in any applicable unit | Mr21 | 2015-03-09 | 4 | -58/+83 | |
| | | | | | Fixes gh-1711 Closes gh-2011 | |||||
* | Build: remove deprecated JSHint options | Stephen Edgar | 2015-03-08 | 1 | -3/+0 | |
| | | | | | | JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029 | |||||
* | Event: correct support comment | Oleg Gaidarenko | 2015-03-08 | 1 | -1/+3 | |
| | | | | | See discussion in https://github.com/jquery/jquery/commit/a5e1c9b44c971fd7046d9a95bd0810e50840b663 | |||||
* | Data: updates to element[expando] cache | Rick Waldron | 2015-03-05 | 1 | -36/+23 | |
| | | | | | | | | | | - removes descriptor allocation - restore simplified cache creation - adds early return from remove call where no data exists - use Object.defineProperty - remove unnecessary code path Closes gh-2119 | |||||
* | Data: move element cache to element[expando] | Rick Waldron | 2015-03-04 | 3 | -67/+64 | |
| | | | | | | | | | - avoid explicit data.discard() cleanup calls - explicitly remove the data.events property, only when private data exists - reduces code footprint Fixes gh-1734 Close gh-1428 | |||||
* | Data: avoid Object.defineProperties for nodes | Jason Bedard | 2015-03-04 | 1 | -13/+9 | |
| | | | | | | | Closes gh-1668 Fixes gh-1728 Ref gh-1734 Ref gh-1428 | |||||
* | Core: change jQuery.each and jQuery#each signatures | Oleg Gaidarenko | 2015-02-19 | 1 | -31/+10 | |
| | | | | | Fixes gh-2090 Closes gh-2097 | |||||
* | Ajax: remove use of jQuery#each second argument | Oleg Gaidarenko | 2015-02-19 | 1 | -1/+3 | |
| | | | | Ref gh-2090 | |||||
* | Ajax: remove deprecated extensions from ajax promise | Oleg Gaidarenko | 2015-02-17 | 1 | -6/+4 | |
| | | | | | Fixes gh-2084 Closes gh-2092 |