aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Ajax: replace "jqXHR.complete" callback with "always"Oleg Gaidarenko2015-02-151-1/+4
| | | | | | | | | Since it was deprecated since 1.8. Also add additional comments which explains tricky behaviour of "always" callback Closes gh-2033
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-151-2/+4
| | | | | | | | * Move "evalScript.php" file to appropriate place * Make jQuery#load "type" field explicit and add test for it Ref trac-11264
* Ajax: simplify one ajax call and add explanatory commentOleg Gaidarenko2015-02-152-1/+2
| | | | | | | * Remove "async = true" from script transport since it was needed for FF < 4 and old Opera which we do not support anymore * Add comment to "evalUrl" method on why "type" field should be explicit
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-111-6/+6
| | | | | Fixes gh-1835 Closes gh-2021
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-101-2/+13
| | | | | | | | Take advantage of html serialization for html wrappers - saves 26 bytes Plus add additional test for "col" element Closes gh-2031 Fixes gh-2002
* CSS: save 20 bytes in css/supportMichał Gołębiowski2015-02-052-21/+20
| | | | Refs gh-1842
* CSS: Fix the pixelMarginRight support test in Android 2.3Michał Gołębiowski2015-02-052-7/+8
|
* CSS: Restore the hack to get pixels for .css('width') etc.Michał Gołębiowski2015-02-042-4/+39
| | | | | | | | | | This hack turns out to be needed by Android 4.0-4.3. Add a support test so that the hack is invoked only where needed. Refs gh-1815 Refs gh-1820 Closes gh-1842
* Event: Add a note about a mouseenter bug in ChromeMichał Gołębiowski2015-01-251-0/+4
| | | | Refs https://code.google.com/p/chromium/issues/detail?id=333868
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-2/+2
| | | | | Fixes gh-1997 Close gh-1998
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-141-1/+1
| | | | | Fixes gh-2009 Ref gh-1925
* Offset: simplify jQuery#offsetParent methodOleg Gaidarenko2015-01-131-3/+12
| | | | | | | | | | | | * It seems, check for html element (and previously for body element) was redundant * Simplify "return" statement * Add comment about potential errors that didn't find themselves in real life app Closes gh-1968
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-2/+2
| | | | | Fixes #1987 Closes gh-1988
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-1/+1
| | | | Ref #1987
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-113-18/+3
| | | | | Fixes gh-1908 Closes gh-2000
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-111-2/+3
| | | | | Fixes gh-1986 Closes gh-1995
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-108-11/+12
| | | | | | | | not present: `< 0` present: `> -1` at index: `=== N` Closes gh-1984
* Callbacks: Reduce sizeRichard Gibson2015-01-101-82/+74
| | | | (cherry picked from commit 18baae2efb36a6c759c0dddac7d25da9c554dff7)
* Callbacks: Don't abort execution on .lock()Richard Gibson2015-01-101-1/+1
| | | | | | | Fixes gh-1990 Closes gh-1991 (cherry picked from commit fc7477f4927100f23f83c22b5142a42d1eac8502)
* Callbacks: No object starts out lockedRichard Gibson2015-01-101-11/+34
| | | | | | Fixes gh-1989 (cherry picked from commit f5a8c649b54e8b7fde6253bd56972347f9bbe012)
* 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
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-031-1/+1
| | | | Closes gh-1983
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-2621-38/+70
| | | | | Fixes gh-1950 Closes gh-1949
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-251-2/+2
| | | | | Fixes gh-1894 Closes gh-1915
* Ajax: simplify jQuery.parseXML methodShivaji Varma2014-12-251-3/+2
| | | | | | | | | -2 bytes to the gzipped size and code looks a bit nicer This wasn't landed to the compat branch though, since size would increase with this cherry-pick Closes gh-1856
* CSS: simplify "defaultDisplay" moduleOleg Gaidarenko2014-12-241-1/+1
| | | | Closes gh-1962
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-241-6/+3
| | | | | Fixes gh-1843 Closes gh-1912
* Data: shave off a couple of bytesMike Sidorov2014-12-241-4/+3
| | | | Closes gh-1931
* Data: speed up $.fn.data() for camel-cased keyVictor Homyakov2014-12-241-2/+3
| | | | | Fixes gh-1941 Closes gh-1952
* Event: fix incorrect window bug with scrollTop/Left in iframesAditya Raghavan2014-12-241-2/+2
| | | | | Fixes gh-1945 Closes gh-1959
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-111-19/+26
| | | | | Fixes gh-1875 Closes gh-1880
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-102-3/+23
| | | | Close gh-1505
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-1/+1
| | | | | | Thanks @hamishdickson for the report! Closes gh-1769
* Core: revert addition of createHTMLDocument. Thanks, Safari 8.Timmy Willison2014-12-091-3/+1
| | | | | - Safari 8 has issues when the HTML string contains forms. Closing tags are not respected.
* Core: pass empty string to createHTMLDocument to appease IETimmy Willison2014-12-091-1/+1
|
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-093-14/+3
|
* Build: fix tests in AMD modeTimmy Willison2014-12-095-10/+8
|
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-093-3/+13
| | | | Close gh-1505
* Core: Simplify and speed up .eachDaniel Husar2014-12-091-14/+5
| | | | Closes gh-1510
* Attributes: Use the option val hook in select val hook and simplify itMichał Gołębiowski2014-12-081-7/+5
| | | | | | | | | The hook is still defined; not using it could cause issues in IE<11. 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. Fixes gh-1902 Closes gh-1901
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-071-2/+4
| | | | | | | Thanks to @TheDistantSea for the report! Fixes gh-1790 Closes gh-1643
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-031-1/+1
| | | | Fixes gh-1867
* 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!
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+1
| | | | | Fixes gh-1887 Closes gh-1888
* CSS: Clean up memory leak in reliableMarginRightDave Methvin2014-12-021-0/+1
| | | | | | | Fixes gh-1795 Closes gh-1893 Thanks for the report flexphperia!
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-161-1/+3
| | | | | Fixes gh-1848 Closes gh-1853
* Manipulation: Check state lost if the name is set for Android 4.0-4.3Michał Gołębiowski2014-11-061-0/+3
| | | | | Refs gh-1820 Closes gh-1841
* Misc: Adjust comments & docs to dropping IE<8 in jQuery CompatMichał Gołębiowski2014-11-041-1/+1
|
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-0311-64/+28
| | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815
* Docs: 1.x-master branch -> compat branch; 2.x branch -> master branchTimmy Willison2014-11-031-1/+0
|