| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #6911 - Prevent action on disabled elements, both triggering and bound vi... | Dan Heberden | 2011-02-18 | 1 | -61/+94 |
* | Revert "Adds an invert method to promises that returns a "inverted" promise t... | jaubourg | 2011-02-18 | 1 | -41/+9 |
* | Fix a some inaccuracies in the original test case for #7912. | Anton M | 2011-02-17 | 1 | -16/+26 |
* | Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ... | louisremi | 2011-02-17 | 1 | -15/+38 |
* | Only perpetrate the .toJSON hack on data caches when they are attached to a p... | Dave Methvin | 2011-02-17 | 1 | -6/+0 |
* | Fixes #8297. Makes sure response headers with empty values are handled proper... | jaubourg | 2011-02-17 | 2 | -3/+11 |
* | Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8... | Anton M | 2011-02-15 | 2 | -15/+0 |
* | Fix some whitespace issues. | Anton M | 2011-02-15 | 1 | -6/+6 |
* | Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ... | Dave Methvin | 2011-02-15 | 1 | -0/+11 |
* | Fixes #8277. Sets data to undefined rather than null when it is not provided ... | jaubourg | 2011-02-15 | 1 | -0/+15 |
* | Fix some unscoped tests which failed after recent changes to QUnit. | Anton M | 2011-02-15 | 3 | -9/+9 |
* | Hide metadata when serializing JS objects using JSON.stringify via a toJSON h... | Colin Snover | 2011-02-14 | 1 | -3/+29 |
* | Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099 | jeresig | 2011-02-14 | 2 | -0/+15 |
|\ |
|
| * | Bug #8099 - Always restore to correct display value based on element's expect... | rwldrn | 2011-01-31 | 2 | -0/+15 |
* | | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-... | jeresig | 2011-02-14 | 7 | -13/+13 |
|\ \ |
|
| * | | Moved jQuery global leak to end of file so accidental gEBCN overrides in prot... | Alex Sexton | 2011-01-23 | 7 | -13/+13 |
* | | | Fix breaking test in Chrome. | Anton M | 2011-02-14 | 1 | -1/+1 |
* | | | Don't add "px" to unit-less properties when animating them. Fixes #4966. | Anton M | 2011-02-13 | 1 | -0/+10 |
* | | | Clean up whitespace in test/unit/effects.js | Anton M | 2011-02-13 | 1 | -44/+37 |
* | | | Follow up to fbf79c0b495e08d67c3a4767f371ec7bcfc40a17. | Anton M | 2011-02-13 | 1 | -3/+3 |
* | | | Remove old cruft from test folder. Change "polluted" test suite loader to use... | Anton M | 2011-02-13 | 23 | -13958/+70 |
* | | | Add readyWait tests. Fixes #8145. | jrburke | 2011-02-12 | 3 | -0/+111 |
* | | | Remove duplicate test. | Anton M | 2011-02-11 | 1 | -3/+1 |
* | | | Simplifies status normalization in xhr transport. Local file test modified fo... | jaubourg | 2011-02-11 | 1 | -15/+29 |
* | | | Make sure .val() works after form.reset() in IE. Fixes #2551. | rwldrn | 2011-02-10 | 1 | -0/+19 |
* | | | Make sure .clone(true) correctly clones namespaced events. Fixes #4537. | Anton M | 2011-02-10 | 1 | -6/+13 |
* | | | Fix some whitespace issues. Improve and correct an events test. | Anton M | 2011-02-10 | 1 | -30/+26 |
* | | | No need to duplicate Sizzle tests, just run them directly from Sizzle. | John Resig | 2011-02-10 | 2 | -518/+1 |
* | | | Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ... | Anton M | 2011-02-10 | 1 | -2/+3 |
* | | | Fixes #8219. Introduces the mimeType option to override content-type header i... | jaubourg | 2011-02-09 | 1 | -0/+28 |
* | | | Makes local filesystem test for ajax more insightful. | jaubourg | 2011-02-09 | 1 | -9/+31 |
* | | | Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u... | Colin Snover | 2011-02-08 | 1 | -13/+2 |
* | | | Update $.data to use a function instead of an object when attaching to JS obj... | Colin Snover | 2011-02-07 | 2 | -7/+21 |
* | | | Fixes a bug that prevented headers from being set in an ajaxSend callback. Un... | jaubourg | 2011-02-07 | 1 | -5/+12 |
* | | | Fixes a typo in the title of the load() unit test. | jaubourg | 2011-02-05 | 1 | -1/+1 |
* | | | Remove an invalid ajax test and some code that is no longer used by any test. | Anton M | 2011-02-05 | 3 | -22/+1 |
* | | | Fixes abort in prefilter. No global event will be fired in that case even if ... | jaubourg | 2011-02-04 | 1 | -0/+19 |
* | | | Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to... | jaubourg | 2011-02-03 | 1 | -10/+26 |
* | | | Fixes #8135. Makes sure any exception thrown by Firefox when trying to access... | jaubourg | 2011-02-02 | 1 | -0/+101 |
* | | | Fixes #7945. Make jQuery.param() serialize plain objects with a property name... | Anton Kovalyov | 2011-02-02 | 1 | -1/+6 |
* | | | Fixes #8129. Fix cloning multiple selected options in IE8. | rwldrn | 2011-02-02 | 1 | -1/+9 |
* | | | Fixes #8125. Status is set to 200 for requests with status 0 when location.pr... | jaubourg | 2011-02-01 | 1 | -0/+40 |
* | | | Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ... | jaubourg | 2011-02-01 | 1 | -18/+18 |
* | | | The default for .clone() is to not clone any events. Fixes #8123. | jeresig | 2011-02-01 | 1 | -0/+11 |
* | | | Places multiple signature test after all primary callbacks tests. | jaubourg | 2011-02-01 | 1 | -15/+15 |
* | | | Improve $.ajax method signature unit test and placement | Dan Heberden | 2011-02-01 | 1 | -19/+15 |
* | | | Bug 8107; Fix argument handling for $.ajax for multiple method signatues and ... | Dan Heberden | 2011-01-31 | 1 | -0/+19 |
* | | | Fixes #8095. Properly handles the case where browser cache needs to be bypass... | jaubourg | 2011-01-31 | 1 | -78/+87 |
| |/
|/| |
|
* | | Script dataType now supports ecmascript mimetypes. | jaubourg | 2011-01-31 | 2 | -9/+19 |
* | | Makes sure jsonp callback is not left in the global namespace in case of an e... | jaubourg | 2011-01-31 | 1 | -3/+35 |