| Commit message (Expand) | Author | Age | Files | Lines |
* | Added test for passing null to .show() | Scott Gonzalez | 2009-11-13 | 1 | -1/+7 |
* | Corrected some minor errors made by me (rkatic) in last commits. | Robert Katic | 2009-11-13 | 1 | -3/+3 |
* | Forgotten to update the number of jQuery.extend related tests. | Robert Katic | 2009-11-12 | 1 | -1/+1 |
* | Made jQuery.extend(true, ...) to extend recursively only 'object literal' val... | Robert Katic | 2009-11-12 | 1 | -3/+7 |
* | Made isObjectLiteral to work correctly with custom objects with empty prototy... | Robert Katic | 2009-11-12 | 1 | -1/+5 |
* | Fixed the case where HTML that contained entities was being inserted as text ... | John Resig | 2009-11-11 | 1 | -1/+7 |
* | Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes... | John Resig | 2009-11-11 | 1 | -1/+12 |
* | Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin... | John Resig | 2009-11-11 | 1 | -1/+4 |
* | Making sure that you can bind multiple toggles to a single element without pr... | Mr Speaker | 2009-11-11 | 1 | -1/+17 |
* | Added a method to myKlass.
| rkatic | 2009-11-09 | 1 | -0/+2 |
* | Made sure that animate callbacks get executed even when no properties are pas... | John Resig | 2009-11-07 | 1 | -0/+12 |
* | Make .add() take an optional context and - if a context is specified in the r... | John Resig | 2009-11-07 | 1 | -0/+12 |
* | jQuery.ajax modified the passed-in object only to help test the code - this s... | John Resig | 2009-11-07 | 1 | -0/+5 |
* | Updated the jQuery suite to use the updated QUnit CSS styling. | John Resig | 2009-09-29 | 2 | -4/+4 |
* | Adapted the jQuery test suite to handle the toolbar moving inline. | John Resig | 2009-09-29 | 1 | -1/+1 |
* | Updated the jQuery suite to use the new 'qunit-' prefix on specific elements. | John Resig | 2009-09-29 | 1 | -8/+8 |
* | Switched from using QUnit's isObj/isSet to the more robust same method. | John Resig | 2009-09-29 | 6 | -95/+95 |
* | Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191. | John Resig | 2009-09-25 | 1 | -0/+31 |
* | A follow-up to [6578] (which stopped adding expandos to elements that didn't ... | John Resig | 2009-09-25 | 4 | -7/+17 |
* | Getting $.param working well; Patch by ben_alman | Yehuda Katz | 2009-09-17 | 1 | -10/+27 |
* | Probably not the optimal solution, but tests pass. | Yehuda Katz | 2009-09-16 | 1 | -0/+16 |
* | jquery event: closes #5250. bind(), unbind() and one() support Object Literal... | Ariel Flesler | 2009-09-16 | 1 | -0/+53 |
* | data should not add expando unless actually adding data | Brandon Aaron | 2009-09-15 | 1 | -6/+21 |
* | offset is now a setter | Brandon Aaron | 2009-09-15 | 1 | -75/+209 |
* | remove globals in tests for compability with ?noglobals, to be enabled by def... | Jörn Zaefferer | 2009-09-15 | 2 | -2/+5 |
* | jquery attributes: closes #5234. attr() supports jQuery.fn methods. | Ariel Flesler | 2009-09-15 | 1 | -2/+46 |
* | testrunner: focus & blur events could fail if the window isn't focused | Ariel Flesler | 2009-09-15 | 1 | -11/+17 |
* | jquery ajax: addition for #2452. Wasn't working correctly in some cases. | Ariel Flesler | 2009-09-15 | 1 | -3/+6 |
* | jquery ajax: closes #4994. Adding 'context' setting to $.ajax | Ariel Flesler | 2009-09-15 | 1 | -3/+42 |
* | jquery fx: closes #2542. show/hide(0, fn) wasn't calling the callback. | Ariel Flesler | 2009-09-15 | 1 | -2/+10 |
* | testrunner: resetting the scroll position after focusing a field | Ariel Flesler | 2009-09-14 | 1 | -0/+1 |
* | jquery data: closes #5224. Exposing the expando. | Ariel Flesler | 2009-09-14 | 1 | -0/+16 |
* | Added support for .before(), .after(), and .replaceWith() on disconnected DOM... | John Resig | 2009-09-14 | 1 | -3/+15 |
* | jquery event: fixes #4989. blur and focus events now bubble and can be handle... | Ariel Flesler | 2009-09-14 | 1 | -0/+30 |
* | remove and detach unit tests were not cleaning up, causing selector tests to ... | Brandon Aaron | 2009-09-14 | 1 | -2/+4 |
* | jquery core: Fixed #5202. Fixing selector generation when a manipulation func... | Ariel Flesler | 2009-09-14 | 1 | -1/+8 |
* | jquery core: Closes #5189. Added a generic function to handle getting/setting... | Ariel Flesler | 2009-09-09 | 1 | -0/+3 |
* | Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188. | John Resig | 2009-09-09 | 1 | -2/+14 |
* | Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/h... | John Resig | 2009-09-08 | 1 | -10/+17 |
* | Broke the logic for .clean() wrap out into a separate, static, data structure... | John Resig | 2009-09-07 | 1 | -2/+2 |
* | Split out the fragment-building code from domManip. Switched core.js to using... | John Resig | 2009-09-07 | 1 | -1/+1 |
* | Adds nested param serialization; Closes #4201 (by merbjedi) | Yehuda Katz | 2009-09-02 | 1 | -1/+14 |
* | Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handlin... | John Resig | 2009-08-27 | 1 | -1/+1 |
* | Tweaked the isXMLDoc iframe test case to test the document, not the body elem... | John Resig | 2009-08-27 | 1 | -3/+3 |
* | Temporarily disabled some tests for Opera 10 - a variety of problems with inp... | John Resig | 2009-08-26 | 2 | -2/+7 |
* | Added support for .closest(filter, DOMElement). Fixes #4072. | John Resig | 2009-07-28 | 1 | -1/+7 |
* | Backing out commit #6507 - causes too many problems. | John Resig | 2009-07-28 | 1 | -7/+1 |
* | Added an improvement to quickExpr and some more tests for jQuery('html'). Fix... | John Resig | 2009-07-27 | 1 | -1/+9 |
* | Added an extra documentElement check to isXMLDoc for IE - and added a number ... | John Resig | 2009-07-27 | 1 | -1/+34 |
* | Implemented support for .context limited .closest() calls. Fixes #4072. | John Resig | 2009-07-25 | 1 | -1/+7 |