aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-241-9/+9
| | | | Ref 359b03cac74d7336676a6992f14b7ccab9b28659
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-111-21/+28
| | | | | | | | | Fixes gh-1875 Closes gh-1880 (cherry picked from commit 5a75278e4c5359e07303fc4d8e78a1cf94f6ad65) Conflicts: src/ajax.js
* Data: use removeAttribute in cleanData to bypass Chrome bugJason Bedard2014-12-104-31/+25
| | | | | | | Related: https://code.google.com/p/chromium/issues/detail?id=378607 Fixes gh-1664
* Build: fix tests in AMD modeTimmy Willison2014-12-104-12/+7
|
* Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left outTimmy Willison2014-12-102-3/+27
| | | | Close gh-1506
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-1/+1
| | | | | | | Thanks @hamishdickson for the report! Closes gh-1769 (cherry picked from commit 8653068dd6b8a515f5c1d8a0fda4479e9534103e)
* Core: Simplify and speed up .eachDaniel Husar2014-12-091-14/+5
| | | | | | Closes gh-1510 (cherry picked from commit eeda11cdd6a69ec2ef4e9c1ed12b82a79910fda5)
* Attributes: Simplify the option val hook; backport a test from masterMichał Gołębiowski2014-12-081-6/+3
| | | | | | | | | | | | | The hook is still defined; not using it could cause issues in IE<11. Backport the test from the master branch. Also, IE10 no longer throws when value not set but it still doesn't trim the value. IE11 has all those issues fixed; support comments are updated. (cherry-picked from f6302b0b53d61dfe1adbfaf6612be5cbced5bbc1) Fixes gh-1902 Closes gh-1901
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-0824-499/+101
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-071-2/+4
| | | | | | | | Thanks to @TheDistantSea for the report! Fixes gh-1790 Closes gh-1643 (cherry picked from commit bc1cb122db30be034b3da84ee2546c86e2a5268f)
* Manipulation: Plug an IE8 memory leak in noCloneEvent feature detectDave Methvin2014-12-061-10/+2
| | | | | | | Fixes gh-1840 This feature detect could be simplified now that the only supported browser with this problem is IE8.
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-031-1/+1
| | | | | | | | Fixes gh-1867 (cherry picked from commit d9ed166c865e91ccc8cef1ca282785c500ca2306) Conflicts: test/unit/event.js
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-1/+2
| | | | | | | Closes gh-1682 Thanks @goob for the issue report! (cherry picked from commit 80022c81ce4a07a232afd3c580b0977555a2daec)
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+1
| | | | Ref 15f4dec7894f1e00adbfb9bce4f870441a527bd6
* CSS: Clean up memory leak in reliableMarginRightDave Methvin2014-12-021-0/+2
| | | | | | | | | | | Fixes gh-1795 Closes gh-1893 Thanks for the report flexphperia! (cherry picked from commit 7d15b4d1f181de8868c375c545a51e4dfc28a611) Conflicts: src/css/support.js
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-161-1/+3
| | | | Ref f7e60dc83d81cbf892de9dab39642dd67c49bd23
* CSS: Fix get upper case alpha opacity in IE8Zheming Sun2014-11-081-1/+1
| | | | | Fixes gh-1705 Closes gh-1704
* Build: Put "jQuery Compat" in banners in built filesMichał Gołębiowski2014-11-031-1/+1
|
* Ajax: Fix for request aborted in ajaxSendDan Hart2014-11-011-0/+6
| | | | | Fixes gh-1775 Close gh-1619
* Change broken url to wayback oneArthur Verschaeve2014-10-301-1/+1
|
* Deprecated: Drop size and andSelf methodsMichał Gołębiowski2014-10-301-12/+1
| | | | | | | (cherry-picked from f110360f65a268e959ae892ca36e85da3d91e606) Fixes gh-1749 Closes gh-1822
* Ajax: remove event dependency from the ajax moduleOleg Gaidarenko2014-10-141-2/+3
| | | | Ref 4e7f34f6296111f7f91d621397dfb02c6bf4c41f
* Manipulation: Update html5shiv elementsAlexander Farkas2014-09-131-3/+3
| | | | | | | Include main, dialog, picture and template in html5shiv elements. Fixes #15241 Closes gh-1655
* Event: Restore the `constructor` property on jQuery.Event prototypeDaniel Herman2014-09-041-0/+1
| | | | | | | | | | | The original definition of the jQuery.Event prototype was paving over the `constructor` property which was causing jQuery.isPlainObject to improperly report that an instance of jQuery.Event was a plain object. Fixes #15090 Closes gh-1580 (cherry picked from commit b807aedb7fee321fb3aa5d156a5a256ab0634e2d)
* CSS: Correct typo in the commentOleg Gaidarenko2014-09-031-1/+1
|
* CSS: Use pre-defined displays for html and bodyOleg Gaidarenko2014-09-031-1/+7
| | | | | | Ref 60f546acb1c7136092b4fd01cccff052e468cc72 Ref 274feb53cc9a99633dfac785d8b3b837d192c43c Ref a7724186c98734529b06bebb8f2dc7fc2b641011
* CSS: Remove use of getDefaultComputedStyleNazar Mokrynskyi2014-09-021-10/+2
| | | | | | Remove optimization to make jQuery compatible with Google's Polymer project Ref 274feb53cc9a99633dfac785d8b3b837d192c43c
* Core: Drop strundefined variableChris Antaki2014-09-029-31/+20
| | | | | Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b Closes gh-1628
* CSS: Removed redundant "to the number" in commentAurelio De Rosa2014-09-021-1/+1
| | | | Ref 895ea6887dd02a44067d041db00c355c80e930a3
* CSS: elements are hidden when either offsetWidth or offsetHeight is zeroTimmy Willison2014-07-171-1/+3
| | | | | | | | | | - Note: this is a breaking change that has been delayed for several versions. Fixes #10406 Fixes #13132 Conflicts: src/css/hiddenVisibleSelectors.js
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-1734-138/+300
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js
* Ajax: Add support comment and fix code style issueChris Antaki2014-07-131-0/+1
| | | | | | Closes gh-1600 Ref e5190982c40d7ac8ab9bdb2e7e4334f0e123ef66 Ref #8138
* Core: Consistently use local reference to access()Timo Tijhof2014-07-131-1/+1
| | | | | Ref 2fb719e5aa885232c5347576e9f9e1e341a7ba15 Ref 2063d6c1896b0c46c39fa0fdecef817f2e6f57c3
* Build: Move all external libraries to external directoryScott González2014-06-253-2048/+0
| | | | | | | | Closes gh-1593 Conflicts: Gruntfile.js test/index.html
* Build: Remove unused Sizzle test filesScott González2014-06-258-11410/+0
|
* Effects: Improve raf logicOleg Gaidarenko2014-06-161-24/+18
| | | | | | | | * Make animation behave as if jQuery.fx.off = true if document is hidden * Use cancelAnimationFrame in jQuery.fx.stop Ref 708764f47b0c8de152bbb444d0f608db558b76ed
* Effects: Reintroduce use of requestAnimationFrameOleg Gaidarenko2014-06-161-1/+25
| | | | | | | | | | | Same as before, just use don't use prefixes, since they pretty match useless now and use page visibility API to determine if animation should start. Also null the requestAnimationFrame attribute in window for tests since sinon does not provide fake method for it. Fixes #15147 Ref 72119e0023dcc0d9807caf6d988598b74abdc937
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-161-10/+11
| | | | | Fixes #14757 Ref bbdfbb4ee859fe9319b348d88120ddc2c9efbd63
* CSS: Do not throw on frame elements in FFOleg Gaidarenko2014-06-161-1/+8
| | | | | | | | | | | | | IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws on frame elements through "defaultView.getComputedStyle" (see #15098) Use "defaultView" if in the popup which would fix IE issue, use "window.getComputedStyle" which would fix FF issue. And everybody wins, except performance, but who cares right? Fixes #15098 Ref e488d985cfb10ab8c684bbc6a9b8ff3eae23bf83
* Core: Work around loss of precision from parseFloatRichard Gibson2014-06-071-1/+2
| | | | Fixes #15100
* Wrap: Declare a dependency on the manipulation moduleTJ VanToll2014-06-021-0/+1
| | | | | Fixes #15121 Closes gh-1589
* Ajax: Support usage without jQuery.eventTJ VanToll2014-06-021-1/+2
| | | | | Fixes #15118 Closes gh-1588
* Ajax: move ajax event aliases to their own fileTimmy Willison2014-06-023-7/+14
| | | | Fixes #15126
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-301-5/+8
| | | | | | | | | Fixes #14894 (cherry picked from commit b8133e282ceebf502c7c08d849b176a929c9c450) Conflicts: src/data.js test/unit/data.js
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-301-3/+6
| | | | | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 (cherry-picked from c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4) Conflicts: src/effects.js
* Selector: Update Sizzle to 1.10.19Richard Gibson2014-04-183-28/+38
| | | | | | Fixes #14901 Fixes #14793 (cherry picked from commit 90b43de21296cf59af7dd37c49c1a9a4f8483f68)
* Dimensions: Reverse a check to avoid potential reflowsChristian Kosmowski2014-04-181-1/+1
| | | | | | | | | Fixes #14979 Closes gh-1560 (cherry picked from commit 1ca84214cc89d9e5f8af12b18b34426fc91b1b08) Conflicts: AUTHORS.txt
* Effects: Fix inline element animationsRichard Gibson2014-03-241-2/+2
| | | | | Ref 80cf965e02e71dc1b11bf8c1b3d216b9ab4e99ac Ref #14848
* Css: change boxSizingReliable in IE<9.Michał Gołębiowski2014-03-211-4/+3
| | | | | | | | Change boxSizingReliable test value to false in all IE versions. Modify support comments to argument getComputedStyle guards with oldIE support and not node.js which is not supported in 1.x. Closes gh-1498
* Event: Remove redundant fallback to getPreventDefault()Michał Gołębiowski2014-03-201-5/+3
| | | | | | | Android 2.3 is happy with returnValue already used for oldIE; the getPreventDefault() fallback is not needed. Closes gh-1546