aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-113-18/+3
| | | | | | Fixes gh-1908 Closes gh-2000 (cherry picked from commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8)
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-111-2/+3
| | | | | | Fixes gh-1986 Closes gh-1995 (cherry picked from commit 89ce0af2cf7f001647e74fc1de92ce94a51fd5c2)
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-107-10/+11
| | | | | | | | | | not present: `< 0` present: `> -1` at index: `=== N` (cherry picked from commit 53aa87f3bf4284763405f3eb8affff296e55ba4f) Closes gh-1985
* Callbacks: Reduce sizeRichard Gibson2015-01-101-82/+74
|
* Callbacks: Don't abort execution on .lock()Richard Gibson2015-01-101-1/+1
| | | | | Fixes gh-1990 Closes gh-1991
* Callbacks: No object starts out lockedRichard Gibson2015-01-101-6/+29
| | | | Fixes gh-1989
* Event: Normalize mouse event properties in drag eventsAditya Raghavan2015-01-051-1/+1
| | | | | | | | DragEvent is a superset of MouseEvent, so we want to fix up mouse properties like pageX and pageY. Fixes gh-1925 (cherry picked from commit 389b2ab3b93bfd68ca6c6153a43e11d93ab9ec71)
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-031-1/+1
| | | | | | | | Closes gh-1983 (cherry picked from commit 66e1b6b8d49812239b5712d65922ff94c60f7b02) Conflicts: Gruntfile.js
* Event: Add reference to data moduleNorman Xu2014-12-311-1/+1
| | | | | | | Since we are using _data() quite a lot in event module and drop data/accepts as there is no direct reference Ref gh-1948
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-251-2/+2
| | | | Ref ab20d9d24f0a95df382c02e9ef3dcc4adb86e4f1
* CSS: simplify hack of css getter for the computed valuesOleg Gaidarenko2014-12-241-10/+2
| | | | Ref gh-1906
* CSS: simplify "defaultDisplay" moduleOleg Gaidarenko2014-12-241-1/+1
| | | | | Ref 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278 Ref gh-1961
* Traversing: simplify jQuery#contents methodOleg Gaidarenko2014-12-241-3/+1
| | | | | Ref 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278 Ref gh-1961
* 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