aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Core: pass empty string to createHTMLDocument to appease IETimmy Willison2014-12-091-1/+1
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-095-36/+13
* Build: fix tests in AMD modeTimmy Willison2014-12-098-32/+32
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-095-3/+39
* Support: Re-organize browser order, add Safari 8Michał Gołębiowski2014-12-091-41/+9
* Core: Simplify and speed up .eachDaniel Husar2014-12-091-14/+5
* Attributes: Use the option val hook in select val hook and simplify itMichał Gołębiowski2014-12-082-7/+10
* Manipulation: improve test for data-URIOleg Gaidarenko2014-12-081-3/+19
* Event: Fully clean up events in unit testVeaceslav Grimalschi2014-12-071-1/+2
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-072-2/+19
* Tests: Tilt at a few style guide windmillsRichard Gibson2014-12-061-45/+43
* Tests: Accommodate page changes from the QUnit HTML reporterRichard Gibson2014-12-061-21/+20
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-055-23/+24
* Tests: Update QUnitRichard Gibson2014-12-053-1159/+1717
* Build: Remove empty define({}) from build outputDavid Corbacho2014-12-041-1/+3
* CONTRIBUTING: Condense info and add directions to other resourcesDave Methvin2014-12-041-111/+23
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-032-1/+20
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-032-3/+9
* README: Add selector-native.js link. Thanks @randsonjs!Dave Methvin2014-12-031-1/+1
* Manipulation: support data-URI scripts insertionBin Xin2014-12-032-0/+10
* CSS: Clean up memory leak in reliableMarginRightDave Methvin2014-12-021-0/+1
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-162-1/+15
* Docs: correct grunt command in README.mdOleg Gaidarenko2014-11-101-1/+1
* Build: Fix various typosOleg Gaidarenko2014-11-083-6/+6
* Manipulation: Check state lost if the name is set for Android 4.0-4.3Michał Gołębiowski2014-11-061-0/+3
* 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
* 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
* 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
* Deprecated: Drop size and andSelf methodsMichał Gołębiowski2014-10-302-18/+1
* Build: Upgrade to commitplease 2.0.0Jörn Zaefferer2014-10-221-1/+1
* Misc: Update all references to bugs.jquery.comArthur Verschaeve2014-10-192-2/+2
* 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
* Readme: Fix minor style issues. Thanks @MightyBranch!Dave Methvin2014-10-061-1/+1
* README: Improve build instructionsOleg Gaidarenko2014-09-261-4/+3
* Data: avoid non-alphanumeric chars in expando propertiesJason Bedard2014-09-261-1/+1
* Event: Restore the `constructor` property on jQuery.Event prototypeDaniel Herman2014-09-042-1/+4
* Manipulation: Tolerate XMLNode host object input to getAllRichard Gibson2014-09-041-2/+6
* CONTRIBUTING: Close parenthesisAmit Merchant2014-09-031-1/+1
* 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
* CSS: Remove use of getDefaultComputedStyleNazar Mokrynskyi2014-09-021-12/+2
* Attr: Use typeof check for getAttribute methodOleg Gaidarenko2014-09-021-1/+1
* Build: Moved JSHint directives to .jshintrc fileChris Antaki2014-09-022-4/+2
* Offset: Simplified a conditionalChris Antaki2014-09-021-1/+1