Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | CONTRIBUTING: Condense info and add directions to other resources | Dave Methvin | 2014-12-04 | 1 | -111/+23 | |
| | | | | Fixes gh-1824 | |||||
* | Event: Copy detail property to jQuery.Event on native events | Dave Methvin | 2014-12-03 | 2 | -1/+20 | |
| | | | | Fixes gh-1867 | |||||
* | Core: Throw an error on $("#") rather than returning 0-length collection | Dave Methvin | 2014-12-03 | 2 | -3/+9 | |
| | | | | | | Closes gh-1682 Thanks @goob for the issue report! | |||||
* | README: Add selector-native.js link. Thanks @randsonjs! | Dave Methvin | 2014-12-03 | 1 | -1/+1 | |
| | | | | Closes gh-1715 | |||||
* | Manipulation: support data-URI scripts insertion | Bin Xin | 2014-12-03 | 2 | -0/+10 | |
| | | | | | Fixes gh-1887 Closes gh-1888 | |||||
* | CSS: Clean up memory leak in reliableMarginRight | Dave Methvin | 2014-12-02 | 1 | -0/+1 | |
| | | | | | | | Fixes gh-1795 Closes gh-1893 Thanks for the report flexphperia! | |||||
* | Dimensions: allow modification of coordinates argument | Oleg Gaidarenko | 2014-11-16 | 2 | -1/+15 | |
| | | | | | Fixes gh-1848 Closes gh-1853 | |||||
* | Docs: correct grunt command in README.md | Oleg Gaidarenko | 2014-11-10 | 1 | -1/+1 | |
| | | | | Fixes gh-1850 | |||||
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 3 | -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.3 | Michał Gołębiowski | 2014-11-06 | 1 | -0/+3 | |
| | | | | | Refs gh-1820 Closes gh-1841 | |||||
* | Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat | Michał Gołębiowski | 2014-11-04 | 3 | -3/+3 | |
| | ||||||
* | Misc: Remove leftover -moz-box-sizing in tests | Michał Gołębiowski | 2014-11-03 | 1 | -1/+0 | |
| | ||||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 17 | -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 branch | Timmy Willison | 2014-11-03 | 3 | -4/+3 | |
| | ||||||
* | Build: update version to 3.0.0-pre | Timmy Willison | 2014-11-03 | 2 | -2/+2 | |
| | ||||||
* | Ajax: Fix for request aborted in ajaxSend | Dan Hart | 2014-11-01 | 2 | -0/+23 | |
| | | | | | Fixes gh-1775 Close gh-1619 | |||||
* | Change broken url to wayback one | Arthur Verschaeve | 2014-10-30 | 1 | -1/+1 | |
| | ||||||
* | README: Update the description of the deprecated module | Michał Gołębiowski | 2014-10-30 | 1 | -1/+1 | |
| | | | | .andSelf is now gone. | |||||
* | Deprecated: Drop size and andSelf methods | Michał Gołębiowski | 2014-10-30 | 2 | -18/+1 | |
| | | | | | Fixes gh-1749 Closes gh-1822 | |||||
* | Build: Upgrade to commitplease 2.0.0 | Jörn Zaefferer | 2014-10-22 | 1 | -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.com | Arthur Verschaeve | 2014-10-19 | 2 | -2/+2 | |
| | | | | | Fixes gh-1681 Closes gh-1716 | |||||
* | Misc: Need for speed removed by 9ad6e7e | Dave Methvin | 2014-10-19 | 1 | -15/+0 | |
| | ||||||
* | Ajax: remove event dependency from the ajax module | Oleg Gaidarenko | 2014-10-14 | 1 | -2/+3 | |
| | | | | Closes gh-1695 | |||||
* | Readme: Fix minor style issues. Thanks @MightyBranch! | Dave Methvin | 2014-10-06 | 1 | -1/+1 | |
| | ||||||
* | README: Improve build instructions | Oleg Gaidarenko | 2014-09-26 | 1 | -4/+3 | |
| | | | | | | Thanks @NickStefan Closes gh-1663 | |||||
* | Data: avoid non-alphanumeric chars in expando properties | Jason Bedard | 2014-09-26 | 1 | -1/+1 | |
| | | | | | | Ref chromium issue 378607 Ref #14839 Closes gh-1662 | |||||
* | Event: Restore the `constructor` property on jQuery.Event prototype | Daniel Herman | 2014-09-04 | 2 | -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 getAll | Richard Gibson | 2014-09-04 | 1 | -2/+6 | |
| | | | | | | Fixes #15151 Ref 25712d77c3bc0221b5b2b9b9492c20a9cfbe1b17 Closes gh-1602 | |||||
* | CONTRIBUTING: Close parenthesis | Amit Merchant | 2014-09-03 | 1 | -1/+1 | |
| | | | | Closes gh-1648 | |||||
* | CSS: Correct typo in the comment | Oleg Gaidarenko | 2014-09-03 | 1 | -3/+2 | |
| | ||||||
* | CSS: Use pre-defined displays for html and body | Oleg Gaidarenko | 2014-09-03 | 1 | -1/+7 | |
| | | | | | Ref 60f546acb1c7136092b4fd01cccff052e468cc72 Ref 274feb53cc9a99633dfac785d8b3b837d192c43c | |||||
* | CSS: Remove use of getDefaultComputedStyle | Nazar Mokrynskyi | 2014-09-02 | 1 | -12/+2 | |
| | | | | | | | Remove optimization to make jQuery compatible with Google's Polymer project Closes gh-1647 Fixes #15227 | |||||
* | Attr: Use typeof check for getAttribute method | Oleg Gaidarenko | 2014-09-02 | 1 | -1/+1 | |
| | | | | Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b | |||||
* | Build: Moved JSHint directives to .jshintrc file | Chris Antaki | 2014-09-02 | 2 | -4/+2 | |
| | | | | Closes gh-1595 | |||||
* | Offset: Simplified a conditional | Chris Antaki | 2014-09-02 | 1 | -1/+1 | |
| | ||||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 7 | -20/+15 | |
| | ||||||
* | CSS: Removed redundant "to the number" in comment | Aurelio De Rosa | 2014-09-02 | 1 | -1/+1 | |
| | | | | Closes gh-1594 | |||||
* | Css: Fix the "sanity check" test | Michał Gołębiowski | 2014-07-28 | 1 | -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 zero | Timmy Willison | 2014-07-17 | 2 | -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 jshint | Timmy Willison | 2014-07-17 | 2 | -3/+3 | |
| | ||||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 39 | -187/+352 | |
| | ||||||
* | Build: update node dependencies barring jscs | Timmy Willison | 2014-07-17 | 1 | -5/+5 | |
| | ||||||
* | Build: update front-end dependencies | Timmy Willison | 2014-07-17 | 3 | -47/+79 | |
| | ||||||
* | Build: drop bower; use npm for front-end deps | Timmy Willison | 2014-07-17 | 6 | -23/+26 | |
| | | | | | Fixes #15186 Closes gh-1620 | |||||
* | Ajax: Remove workaround for IE6/7 | Chris Antaki | 2014-07-13 | 1 | -19/+6 | |
| | | | | | Closes gh-1597 Ref #8138 | |||||
* | Readme: Fix punctuation in tile | upisfree | 2014-07-12 | 1 | -1/+1 | |
| | | | | Closes gh-1607 | |||||
* | Core: Consistently use local reference to access() | Timo Tijhof | 2014-07-12 | 1 | -1/+1 | |
| | | | | | Ref 3b53b75160606610cc8f87404f89fc9e10441c4b Closes gh-1605 | |||||
* | Build: update Sizzle to 2.0.0 | Timmy Willison | 2014-07-01 | 4 | -6/+6 | |
| | ||||||
* | Selector: Remove "#" exception for identifier tokens | Michał Gołębiowski | 2014-06-30 | 1 | -2/+2 | |
| | | | | | Port Sizzle test change from: https://github.com/jquery/sizzle/commit/f204a6112216f31685717d9fc1bf6cabf42b2ef1 | |||||
* | Build: Update license | Scott González | 2014-06-27 | 2 | -3/+19 | |
| | | | | Closes gh-1587 |