2009-09-29 |
John Resig | Updated the jQuery suite to use the updated QUnit CSS... |
tree | commitdiff |
2009-09-29 |
John Resig | Updated the jQuery test suite to use the new QUnit... |
tree | commitdiff |
2009-09-29 |
John Resig | Moved the jQuery-specific test suite CSS into a separat... |
tree | commitdiff |
2009-09-29 |
John Resig | Adapted the jQuery test suite to handle the toolbar... |
tree | commitdiff |
2009-09-29 |
John Resig | Updated the jQuery suite to use the new 'qunit-' prefix... |
tree | commitdiff |
2009-09-29 |
John Resig | Fixed the q() method to use same instead of isSet. |
tree | commitdiff |
2009-09-29 |
John Resig | Switched from using QUnit's isObj/isSet to the more... |
tree | commitdiff |
2009-09-29 |
John Resig | Moved some jQuery-specific test methods into the core... |
tree | commitdiff |
2009-09-29 |
John Resig | Moved the init test script off into a separate file. |
tree | commitdiff |
2009-09-25 |
John Resig | Adding in .unwrap() support, thanks to Ben Alman! Fixes... |
tree | commitdiff |
2009-09-25 |
John Resig | A follow-up to [6578] (which stopped adding expandos... |
tree | commitdiff |
2009-09-17 |
Yehuda Katz | Getting $.param working well; Patch by ben_alman |
tree | commitdiff |
2009-09-16 |
Yehuda Katz | Probably not the optimal solution, but tests pass. |
tree | commitdiff |
2009-09-16 |
Ariel Flesler | jquery event: closes #5250. bind(), unbind() and one... |
tree | commitdiff |
2009-09-15 |
Brandon Aaron | data should not add expando unless actually adding... |
tree | commitdiff |
2009-09-15 |
Brandon Aaron | offset is now a setter |
tree | commitdiff |
2009-09-15 |
Jörn Zaefferer | remove globals in tests for compability with ?noglobals... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery attributes: closes #5234. attr() supports jQuery... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | testrunner: focus & blur events could fail if the windo... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery ajax: addition for #2452. Wasn't working correct... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery ajax: closes #4994. Adding 'context' setting... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery fx: closes #2542. show/hide(0, fn) wasn't callin... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | testrunner: resetting the scroll position after focusin... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery data: closes #5224. Exposing the expando. |
tree | commitdiff |
2009-09-14 |
John Resig | Added support for .before(), .after(), and .replaceWith... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery event: fixes #4989. blur and focus events now... |
tree | commitdiff |
2009-09-14 |
Brandon Aaron | remove and detach unit tests were not cleaning up,... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery core: Fixed #5202. Fixing selector generation... |
tree | commitdiff |
2009-09-09 |
Ariel Flesler | jquery core: Closes #5189. Added a generic function... |
tree | commitdiff |
2009-09-09 |
John Resig | Added support for .eq(-N), .first(), and .last(). Fixes... |
tree | commitdiff |
2009-09-08 |
John Resig | Removed jQuery.className.(has|remove|add) in favor... |
tree | commitdiff |
2009-09-07 |
John Resig | Broke the logic for .clean() wrap out into a separate... |
tree | commitdiff |
2009-09-07 |
John Resig | Split out the fragment-building code from domManip... |
tree | commitdiff |
2009-09-02 |
Yehuda Katz | Adds nested param serialization; Closes #4201 (by merbjedi) |
tree | commitdiff |
2009-08-27 |
John Resig | Fixed a bug with the isXMLDoc test - also made sure... |
tree | commitdiff |
2009-08-27 |
John Resig | Tweaked the isXMLDoc iframe test case to test the docum... |
tree | commitdiff |
2009-08-26 |
John Resig | Temporarily disabled some tests for Opera 10 - a variet... |
tree | commitdiff |
2009-07-28 |
John Resig | Added support for .closest(filter, DOMElement). Fixes... |
tree | commitdiff |
2009-07-28 |
John Resig | Backing out commit #6507 - causes too many problems. |
tree | commitdiff |
2009-07-27 |
John Resig | Added an improvement to quickExpr and some more tests... |
tree | commitdiff |
2009-07-27 |
John Resig | Added an extra documentElement check to isXMLDoc for... |
tree | commitdiff |
2009-07-25 |
John Resig | Implemented support for .context limited .closest(... |
tree | commitdiff |
2009-07-25 |
John Resig | Fix for animating hyphenated CSS properties. Fixes... |
tree | commitdiff |
2009-07-24 |
Brandon Aaron | add scrollTop/Left tests and fix for IE |
tree | commitdiff |
2009-07-21 |
John Resig | Completely disable the flaky fx queue test. |
tree | commitdiff |
2009-07-21 |
John Resig | Exaggerate the times for the localtimeout ajax test. |
tree | commitdiff |
2009-07-21 |
John Resig | Retool the fx test again, making it more apparent which... |
tree | commitdiff |
2009-07-21 |
John Resig | Made a tweak to the fx queue test (was randomly failing... |
tree | commitdiff |
2009-07-21 |
Yehuda Katz | Adds detach() |
tree | commitdiff |
2009-07-19 |
John Resig | Rewrote .offsetParent() to work against the full jQuery... |
tree | commitdiff |
2009-07-17 |
Brandon Aaron | removing ambiguous offset tests for now... results... |
tree | commitdiff |
2009-07-17 |
Brandon Aaron | integrated offset tests into main test suite. offset... |
tree | commitdiff |
2009-07-17 |
Yehuda Katz | Add test for jQuery(jQueryObj) cloning and simplify... |
tree | commitdiff |
2009-07-16 |
Ariel Flesler | jquery core: Simplifying isEmptyObject() and adding... |
tree | commitdiff |
2009-07-16 |
Yehuda Katz | Refactor queueing system to allow auto-dequeuing to... |
tree | commitdiff |
2009-07-16 |
Yehuda Katz | Implemented .data() to get the entire data object.... |
tree | commitdiff |
2009-07-16 |
Yehuda Katz | Add a test for index() |
tree | commitdiff |
2009-07-16 |
Yehuda Katz | Unify .not and .filter (resolves #4200). |
tree | commitdiff |
2009-07-16 |
Yehuda Katz | jQuery.extend(true, Object, Object) copies custom objec... |
tree | commitdiff |
2009-07-16 |
Yehuda Katz | jQuery.extend(true, Object, Object) copies objects... |
tree | commitdiff |
2009-07-16 |
Yehuda Katz | Clear some dangling whitespace |
tree | commitdiff |
2009-07-16 |
Yehuda Katz | Add support for .get(-Number) Closes #4188 |
tree | commitdiff |
2009-07-16 |
Yehuda Katz | Make toArray an alias for .get(). Closes #3999 |
tree | commitdiff |
2009-07-14 |
John Resig | We only support wrapping the first element around an... |
tree | commitdiff |
2009-07-14 |
John Resig | Fixed wrapping of elements that hold text nodes. Thanks... |
tree | commitdiff |
2009-07-14 |
John Resig | Fixed spelling mistake in Ajax tests. |
tree | commitdiff |
2009-07-14 |
John Resig | Fixed the handling of .status == 304 in Opera (it alway... |
tree | commitdiff |
2009-07-13 |
Yehuda Katz | clearQueue and next should now work with default fx... |
tree | commitdiff |
2009-07-13 |
Yehuda Katz | Uses the more stable font-size as a sentinel |
tree | commitdiff |
2009-07-13 |
Yehuda Katz | Test Tweak to normalize the CSS results across browsers |
tree | commitdiff |
2009-07-13 |
Yehuda Katz | Updates css() tests to use hex rather than color names |
tree | commitdiff |
2009-07-12 |
Yehuda Katz | Add tests for replaceAll(fn) and wrap(fn) -- mark wrapA... |
tree | commitdiff |
2009-07-12 |
Yehuda Katz | Support for .foo(Function) and testing. TODO: More... |
tree | commitdiff |
2009-07-12 |
Yehuda Katz | Added test for css(String, Function) and css(Object... |
tree | commitdiff |
2009-07-12 |
Yehuda Katz | Add clearQueue for clearing non-fx queues |
tree | commitdiff |
2009-07-12 |
Yehuda Katz | Added a next() shortcut for queues |
tree | commitdiff |
2009-07-11 |
John Resig | Fixes regression in .attr(), patch by David Flanagan... |
tree | commitdiff |
2009-06-20 |
Ariel Flesler | jquery core: Closes #2827. jQuery.each iterates over... |
tree | commitdiff |
2009-06-17 |
Brandon Aaron | fix for #3533, triggering an event with a colon in... |
tree | commitdiff |
2009-06-15 |
John Resig | Minor tab-spacing tweak. |
tree | commitdiff |
2009-06-15 |
John Resig | Adding support for etags in $.ajax() - and simplified... |
tree | commitdiff |
2009-05-20 |
John Resig | Reverting accidental test suite corruption from the... |
tree | commitdiff |
2009-05-20 |
John Resig | Removed some cases of strict errors. |
tree | commitdiff |
2009-05-20 |
John Resig | Switched to using new Function instead of eval for... |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | error case for an ajax test |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | prevent fx test html from showing in IE |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | unit tests for setting cellspacing, rowspan, and colspan |
tree | commitdiff |
2009-05-14 |
Brandon Aaron | opacity is now retrieved from stylesheet in IE. fixes... |
tree | commitdiff |
2009-05-07 |
Brandon Aaron | another unit test for index method |
tree | commitdiff |
2009-05-07 |
Brandon Aaron | .bind() now accepts an optional thisObject as the last... |
tree | commitdiff |
2009-05-06 |
Brandon Aaron | fix for #4234. hover can take one function to use for... |
tree | commitdiff |
2009-05-04 |
Brandon Aaron | unit tests for using jQuery events on non-dom elements... |
tree | commitdiff |
2009-05-04 |
Brandon Aaron | fix :hidden selector that was accidentally reverted... |
tree | commitdiff |
2009-05-03 |
Ariel Flesler | testrunner: Updating an orphaned test |
tree | commitdiff |
2009-05-03 |
Ariel Flesler | jquery core: $() -> $(document) and $(undefined) -... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | make sure toggleClass does not delete classNames when... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | toggleClass can now toggle multiple classNames (space... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | actually should be 6330, not 6329 |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | index now works in reverse when passed a selector or... |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | fix global event triggering that i broke in r6323 |
tree | commitdiff |
next |