aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS.txt
Commit message (Collapse)AuthorAgeFilesLines
* Authors: Update AUTHORS.TXT and .mailmapDave Methvin2014-12-161-1/+15
|
* Build: update AUTHORS.txtTimmy Willison2014-05-231-1/+2
|
* Dimensions: Reverse a check to avoid potential reflowsChristian Kosmowski2014-04-181-0/+1
| | | | | Fixes #14979 Closes gh-1560
* Selector: Use Element.matches in selector-native if availablePhilip Jägenstedt2014-03-201-0/+1
| | | | | | | | | | | Spec: http://dom.spec.whatwg.org/#dom-element-matches Support in Chromium: https://code.google.com/p/chromium/issues/detail?id=326652 Fixes #14902 Closes gh-1524
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-0/+1
| | | | | | | | | | Fixes #14858 Ref #14686 Closes gh-1531 (cherry picked from commit 9ec429cf6270e455aba4eba85f4db80e633806b6) Conflicts: src/attributes/val.js
* CSS: window.getDefaultComputedStyle may return nullRodrigo Rosenfeld Rosas2014-03-201-0/+1
| | | | | | Fixes #14736 Closes gh-1501 (cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666)
* Core: Fix comments for .get() methodBenjy Cui2014-03-201-0/+2
| | | | Closes gh-1547
* CSS: Add flex-grow and flex-shrink to cssNumberRoman Rei_2014-03-131-0/+1
| | | | | Fixes #14888 Closes gh-1536
* AMD: Note on AMD best practicesS. Andrew Sheppard2014-03-121-0/+1
| | | | | Fixes #14687 Closes gh-1478
* Authors: Update AUTHORS.txt and .mailmapDave Methvin2014-01-101-0/+1
|
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2013-12-231-0/+1
| | | | | Fix #14040 Close gh-1457
* Update AUTHORS.txt using git log --format="%aN <%aE>"Timmy Willison2013-12-201-16/+51
|
* Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340.njhamann2013-11-131-0/+2
|
* Updated author information.Scott González2013-10-041-8/+8
|
* No ticket. Update AUTHORS.txt.Michał Gołębiowski2013-09-071-0/+4
|
* Removed an unneeded variable. Closes gh-1321.terrycojones2013-08-081-0/+1
|
* Update AUTHORS.txtMichał Gołębiowski2013-07-011-1/+2
|
* build: update release script to use nodejs archiver.Chris Talkington2013-05-121-0/+1
|
* Use grunt option with grunt.util.spawn, close gh-1255.Kyle Robinson Young2013-05-091-0/+1
|
* Only call jQuery(this) when needed. Close gh-1260.Jason Bedard2013-05-091-0/+1
|
* Fix #13483. Let slideDown() work after stop(). Close gh-1205.Renato Oliveira dos Santos2013-04-161-0/+1
|
* Updated mailmap.Scott González2013-04-021-2/+2
|
* Fix typos, close gh-1187.stonelee2013-03-251-0/+1
|
* Changed .jshintrc predef lists to globals objects.Steven Benner2013-03-251-0/+1
|
* Authors update for Michał Gołębiowski. Add .mailmap entry for my old ↵Michał Gołębiowski2013-03-131-1/+1
| | | | commits too. Closes gh-1201.
* Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.Michał Z. Gołębiowski2013-03-121-0/+1
|
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-0/+1
|
* Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.Nguyen Phuc Lam2013-02-261-0/+1
|
* Adding @andrewplummer to AUTHORS.txtCorey Frang2013-01-311-0/+1
|
* Update author list.Dave Methvin2013-01-271-0/+3
|
* Fix #13076. Speed up $() with strings, part of gh-1089.Sebi Burkhard2012-12-231-1/+1
|
* Fix #12990. Don't add 'px' to column-count. Close gh-1050.Bennett Sorbo2012-12-111-0/+2
|
* Fix #9960, allow manipulation for parent document nodes. Close gh-924.dcooper2012-11-241-0/+1
|
* Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.yiminghe2012-10-301-0/+1
|
* Update authors.Dave Methvin2012-10-281-0/+1
|
* Add new authors and sort in commit order.Dave Methvin2012-10-241-5/+7
|
* Update authors.Dave Methvin2012-10-231-1/+2
|
* Add More New Contributors to AUTHORS.txtMike Sherov2012-10-231-0/+4
|
* updated AUTHORSMike Sherov2012-10-211-1/+8
|
* adding awesome new contributors to AUTHORS.txtMike Sherov2012-10-201-0/+2
|
* Fix #12739. Keep namespace when triggering with an Event. Close gh-972.Allen J Schmidt Jr2012-10-191-1/+2
|
* Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. ↵James Huston2012-10-171-1/+2
| | | | Close gh-993.
* Fix #11280. IE6-8 need name attribute to parse param. Close gh-914.Daniel Galvez2012-10-161-1/+2
|
* Update AUTHORS.txt based on CLA responses.Dave Methvin2012-10-051-15/+15
|
* Fix #12554. Sanitize data from POST. Close gh-908.Markus Staab2012-09-091-1/+2
|
* Update authors.Dave Methvin2012-08-281-2/+3
|
* Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."Dave Methvin2012-08-201-2/+1
| | | | | | | | This reverts commit 2b5b4ebbd78ce10cbbe2a6f057feea615fc69629. String.prototype.trim doesn't trim BOM in Safari 5.0 so this won't work without additional feature detects. http://swarm.jquery.org/result/165379
* Fix #12350. Remove BOM in jQuery.trim. Close gh-897.Wesley Walser2012-08-191-1/+2
|
* Fix #12149. Avoid memory leak on oldIE change events. Close gh-878.Nikita Govorov2012-08-191-0/+1
|
* Fix #12127, fer real. IE9/10 check state on clone. Close gh-875.Daniel Chatfield2012-07-251-0/+1
|