| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 3 | -77/+211 |
* | 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 |
* | Fix for animating hyphenated CSS properties. Fixes #4156. | John Resig | 2009-07-25 | 1 | -0/+12 |
* | add scrollTop/Left tests and fix for IE | Brandon Aaron | 2009-07-24 | 1 | -2/+21 |
* | Completely disable the flaky fx queue test. | John Resig | 2009-07-21 | 1 | -0/+2 |
* | Exaggerate the times for the localtimeout ajax test. | John Resig | 2009-07-21 | 1 | -1/+1 |
* | Retool the fx test again, making it more apparent which order the queue tests... | John Resig | 2009-07-21 | 1 | -7/+3 |
* | Made a tweak to the fx queue test (was randomly failing in its current incarn... | John Resig | 2009-07-21 | 1 | -1/+1 |
* | Adds detach() | Yehuda Katz | 2009-07-21 | 1 | -34/+56 |
* | Rewrote .offsetParent() to work against the full jQuery set, added tests. Fix... | John Resig | 2009-07-19 | 1 | -1/+26 |
* | removing ambiguous offset tests for now... results are different due to rende... | Brandon Aaron | 2009-07-17 | 1 | -14/+14 |
* | integrated offset tests into main test suite. offset tests now use iframes in... | Brandon Aaron | 2009-07-17 | 3 | -139/+119 |
* | Add test for jQuery(jQueryObj) cloning and simplify new get() code | Yehuda Katz | 2009-07-17 | 1 | -1/+4 |
* | jquery core: Simplifying isEmptyObject() and adding tests. | Ariel Flesler | 2009-07-16 | 1 | -0/+10 |
* | Refactor queueing system to allow auto-dequeuing to use dequeue directly and | Yehuda Katz | 2009-07-16 | 1 | -23/+20 |
* | Implemented .data() to get the entire data object. Closes #4284 | Yehuda Katz | 2009-07-16 | 1 | -0/+8 |
* | Add a test for index() | Yehuda Katz | 2009-07-16 | 1 | -0/+6 |
* | Unify .not and .filter (resolves #4200). | Yehuda Katz | 2009-07-16 | 1 | -14/+58 |
* | jQuery.extend(true, Object, Object) copies custom objects correctly. | Yehuda Katz | 2009-07-16 | 1 | -2/+12 |
* | jQuery.extend(true, Object, Object) copies objects with length keys correctly | Yehuda Katz | 2009-07-16 | 1 | -1/+7 |
* | Clear some dangling whitespace | Yehuda Katz | 2009-07-16 | 1 | -5/+5 |