aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* CONTRIBUTING: Condense info and add directions to other resourcesDave Methvin2014-12-041-111/+23
| | | | Fixes gh-1824
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-032-1/+20
| | | | Fixes gh-1867
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-032-3/+9
| | | | | | Closes gh-1682 Thanks @goob for the issue report!
* README: Add selector-native.js link. Thanks @randsonjs!Dave Methvin2014-12-031-1/+1
| | | | Closes gh-1715
* Manipulation: support data-URI scripts insertionBin Xin2014-12-032-0/+10
| | | | | 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-162-1/+15
| | | | | Fixes gh-1848 Closes gh-1853
* Docs: correct grunt command in README.mdOleg Gaidarenko2014-11-101-1/+1
| | | | Fixes gh-1850
* Build: Fix various typosOleg Gaidarenko2014-11-083-6/+6
| | | | | | | Thanks @jamesgpearce, @vlajos, @imyousuf Closes gh-1828 Closes gh-1830 Closes gh-1844
* 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-043-3/+3
|
* Misc: Remove leftover -moz-box-sizing in testsMichał Gołębiowski2014-11-031-1/+0
|
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-0317-141/+56
| | | | | | | | 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-033-4/+3
|
* Build: update version to 3.0.0-preTimmy Willison2014-11-032-2/+2
|
* Ajax: Fix for request aborted in ajaxSendDan Hart2014-11-012-0/+23
| | | | | Fixes gh-1775 Close gh-1619
* Change broken url to wayback oneArthur Verschaeve2014-10-301-1/+1
|
* README: Update the description of the deprecated moduleMichał Gołębiowski2014-10-301-1/+1
| | | | .andSelf is now gone.
* Deprecated: Drop size and andSelf methodsMichał Gołębiowski2014-10-302-18/+1
| | | | | Fixes gh-1749 Closes gh-1822
* Build: Upgrade to commitplease 2.0.0Jörn Zaefferer2014-10-221-1/+1
| | | | | commitplease now accepts "[tmp]:" and similar to temporary commits, useful while updating pull requests that are squashed later.
* Misc: Update all references to bugs.jquery.comArthur Verschaeve2014-10-192-2/+2
| | | | | Fixes gh-1681 Closes gh-1716
* Misc: Need for speed removed by 9ad6e7eDave Methvin2014-10-191-15/+0
|
* Ajax: remove event dependency from the ajax moduleOleg Gaidarenko2014-10-141-2/+3
| | | | Closes gh-1695
* Readme: Fix minor style issues. Thanks @MightyBranch!Dave Methvin2014-10-061-1/+1
|
* README: Improve build instructionsOleg Gaidarenko2014-09-261-4/+3
| | | | | | Thanks @NickStefan Closes gh-1663
* Data: avoid non-alphanumeric chars in expando propertiesJason Bedard2014-09-261-1/+1
| | | | | | Ref chromium issue 378607 Ref #14839 Closes gh-1662
* Event: Restore the `constructor` property on jQuery.Event prototypeDaniel Herman2014-09-042-1/+4
| | | | | | | | | 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
* Manipulation: Tolerate XMLNode host object input to getAllRichard Gibson2014-09-041-2/+6
| | | | | | Fixes #15151 Ref 25712d77c3bc0221b5b2b9b9492c20a9cfbe1b17 Closes gh-1602
* CONTRIBUTING: Close parenthesisAmit Merchant2014-09-031-1/+1
| | | | Closes gh-1648
* CSS: Correct typo in the commentOleg Gaidarenko2014-09-031-3/+2
|
* CSS: Use pre-defined displays for html and bodyOleg Gaidarenko2014-09-031-1/+7
| | | | | Ref 60f546acb1c7136092b4fd01cccff052e468cc72 Ref 274feb53cc9a99633dfac785d8b3b837d192c43c
* CSS: Remove use of getDefaultComputedStyleNazar Mokrynskyi2014-09-021-12/+2
| | | | | | | Remove optimization to make jQuery compatible with Google's Polymer project Closes gh-1647 Fixes #15227
* Attr: Use typeof check for getAttribute methodOleg Gaidarenko2014-09-021-1/+1
| | | | Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b
* Build: Moved JSHint directives to .jshintrc fileChris Antaki2014-09-022-4/+2
| | | | Closes gh-1595
* Offset: Simplified a conditionalChris Antaki2014-09-021-1/+1
|
* Core: Drop strundefined variableChris Antaki2014-09-027-20/+15
|
* CSS: Removed redundant "to the number" in commentAurelio De Rosa2014-09-021-1/+1
| | | | Closes gh-1594
* Css: Fix the "sanity check" testMichał Gołębiowski2014-07-281-1/+1
| | | | | The #dl element has 0 height so it's now considered hidden regardless of its width.
* CSS: elements are hidden when either offsetWidth or offsetHeight is zeroTimmy Willison2014-07-172-11/+15
| | | | | | | - Note: this is a breaking change that has been delayed for several versions. Fixes #10406 Fixes #13132
* Build: update source map options for the new grunt jshintTimmy Willison2014-07-172-3/+3
|
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-1739-187/+352
|
* Build: update node dependencies barring jscsTimmy Willison2014-07-171-5/+5
|
* Build: update front-end dependenciesTimmy Willison2014-07-173-47/+79
|
* Build: drop bower; use npm for front-end depsTimmy Willison2014-07-176-23/+26
| | | | | Fixes #15186 Closes gh-1620
* Ajax: Remove workaround for IE6/7Chris Antaki2014-07-131-19/+6
| | | | | Closes gh-1597 Ref #8138
* Readme: Fix punctuation in tileupisfree2014-07-121-1/+1
| | | | Closes gh-1607
* Core: Consistently use local reference to access()Timo Tijhof2014-07-121-1/+1
| | | | | Ref 3b53b75160606610cc8f87404f89fc9e10441c4b Closes gh-1605
* Build: update Sizzle to 2.0.0Timmy Willison2014-07-014-6/+6
|
* Selector: Remove "#" exception for identifier tokensMichał Gołębiowski2014-06-301-2/+2
| | | | | Port Sizzle test change from: https://github.com/jquery/sizzle/commit/f204a6112216f31685717d9fc1bf6cabf42b2ef1
* Build: Update licenseScott González2014-06-272-3/+19
| | | | Closes gh-1587