breaking jquery out into smaller modules. added attributes.js, manipulation.js, and...
[jquery.git] / test / unit / core.js
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...
2009-03-17 Brandon Aaronfix for #3688, setting type attribute on button causes...
2009-02-28 John ResigSimplified the structure of the .css() and .attr()...
2009-02-20 John ResigMade sure that .remove now uses multiFilter. Fixes...
2009-02-18 John ResigFixed some tests that were changed (fixed!) by fixing...
2009-02-18 John ResigMade it so that appendTo, etc. return the inserted...
2009-02-17 John ResigUpdated the show() tests to work without the use of...
2009-02-17 John ResigReorganized and disabled some of the height/width tests...
2009-02-17 John ResigMade the div showing a little more explicit - making...
2009-02-17 John ResigReorganized some of the animation tests to work with...
2009-02-17 John ResigFixed some more CSS/visibility tests.
2009-02-17 John ResigChanged a bunch of the DOM tests to work in Document...
2009-02-17 John ResigUpdated some of the display/visible/hidden tests to...
2009-02-09 John ResigReworked the .clone() function in IE. Fixes jQuery...
2009-01-20 John ResigMade sure that .removeClass(null) doesn't throw an...
2009-01-20 John ResigRe-worked the logic for where .selector and .context...
2009-01-19 John ResigAdded two more tweaks for XHTML core tests.
2009-01-19 John ResigMade some tweaks to the core tests so that they'll...
2009-01-19 John ResigLanding a fix for non-link anchor tabIndex (from scott...
2009-01-12 John ResigOnly try to wrap the element if it's not disconnected...
2009-01-12 John ResigFixed an issue with parentNode being accessed in attr...
2009-01-11 John ResigPrevented non-script <script> blocks from executing...
2009-01-10 John Resig.closest() with positional selectors wasn't worked...
2009-01-10 John ResigFixed an issue with script nodes being removed incorrec...
2009-01-09 Ariel Fleslertestrunner: Removing every global variable leaked withi...
2009-01-08 John ResigSelector state wasn't being passed along on a cloned...
2009-01-07 Scott GonzálezFixed tabindex normalization so that elements that...
2009-01-05 John ResigSimplified the XML clone test.
2009-01-05 John ResigSimplified the XML selector test (save the result).
2009-01-05 John ResigLanded cross-browser support for tabIndex, by Scott...
2009-01-05 John ResigForgot to merge in some of the new tests from Sizzle.
2009-01-03 John ResigLanded a proper fix for #3255 - which involves doing...
2009-01-02 John ResigDisabled testing of em-defined borders, need to look...
2009-01-02 John ResigThe exact escaping of the text() test isn't important...
2008-12-31 John ResigFixed an issue with .not("#foo, bar") not working corre...
2008-12-30 Ariel Fleslerjquery data: Closes #3539. Exposed jQuery.queue. Moved...
2008-12-25 Ariel Fleslerjquery core: Closes #1681. jQuery.fn.toggleClass can...
2008-12-25 Ariel Fleslerjquery core: Closes #3255. The div used in jQuery.clean...
2008-12-25 Ariel Fleslerjquery core: Closes #3641. jQuery.merge stopped looping...
2008-12-22 John ResigAdded support for the new .closest() method (very usefu...
2008-12-20 John ResigLanding the new Sizzle selector engine. There'll need...
2008-12-19 John ResigFixed line-ending issue.
2008-12-19 John ResigTweaked mis-numbered makeArray test.
2008-12-19 John ResigSwitched to using DOM Fragments in domManip.
2008-12-19 John ResigAdded selector path logging (creates a trail that plugi...
2008-12-16 Ariel Fleslertestrunner: re adding the test for a function within...
2008-10-18 Ariel Fleslertestrunner: fixing tests that were broken due to recent...
2008-08-12 Ariel Fleslerjquery core: closes #3248, #3079, #3026, #3176, #3202...
2008-07-23 Ariel Fleslerjquery core: closes #2652. val() supports option elemen...
2008-07-23 Ariel Fleslerjquery core: closes #2968. Simplified isFunction, dropp...
2008-07-01 Ariel Fleslertest runner: optimizing a test for speed.
2008-07-01 Ariel Fleslertest runner: recloses #3102. Adding one test for $...
2008-06-17 Ariel Fleslertest runner: 2 tests for [5728].
2008-05-29 Ariel Fleslertest runner: adding 2 tests for .val( Number ).
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-24 Ariel Fleslertest runner: A test was failing on Opera 9.50. Not...
2008-05-24 Ariel Fleslertest runner: adding more tests for attr(). Related...
2008-05-14 Ariel Fleslertest runner: improved the shown message of 4 isFunction...
2008-05-12 Ariel Fleslertest runner: improved a test and added a missing semicolon
2008-05-08 Ariel Fleslertest runner: added 2 tests for [5500]
2008-05-08 Ariel Fleslertest runner: extra tests for $.fn.add enabled by [5503...
2008-05-08 Ariel Fleslertest runner: making 2 tests more flexible because they...
2008-05-07 Ariel Fleslertest runner: extra test for makeArray, related to ...
2008-05-06 Ariel Fleslertest runner: translated all the ok() with '==' to equal...
2008-05-06 Ariel Fleslertest runner: adding some tests that were missing for...
2008-05-03 Scott Gonzálezcore: Fixed #2605: .data() now accepts null as a value.
2008-05-03 Scott Gonzálezcore: Fixed #2605: .data() now accepts null as a value.
2008-05-02 Scott Gonzálezcore: Fixed #2600: jQuery.extend no longer skips over...
2008-04-29 Ariel Fleslertest runner: voided the failing tests for jQuery.map...
2008-04-29 Ariel Fleslertest runner: added another test for makeArray.
2008-04-28 Jörn Zaeffererjquery core: tests for #2616
2008-04-25 Ariel Fleslerjquery core: fixed makeArray to recognize the window...
2008-04-24 Jörn Zaeffererjquery core: Patch from #2619 applied, making makeArray...
2008-04-22 Ariel Flesler- adding the tests for the changes to $.makeArray,...
2008-02-03 John ResigYou can now overwrite values returned from .data()...
2008-02-03 John ResigTweaked the .data() event triggering - it now triggers...
2008-02-03 John ResigAdded $().data(), $().removeData(), and .bind("click...
2008-01-23 David SerdukeFix #2184 by using the jQuery.clean() function instead...
2008-01-14 John ResigDiscontinued the test for $(form.elements).
2008-01-14 John ResigExcluded a couple Ajax tests from running locally.
2008-01-14 John ResigAdded support for breaking in an object loop (Bug ...
2008-01-14 Brandon AaronAdding browser UA tests
2008-01-04 Jörn ZaeffererTest for #2114
2007-12-18 David SerdukeFixed #2076 where .val() could return an array instead...
2007-12-18 Brandon Aaronwidth and height methods are now working properly
2007-12-17 David SerdukeFixed #2070 by adding a test for !nodeType to isArrayLi...
2007-12-17 Jörn Zaefferertest for #2070
2007-12-17 David SerdukeFixed #2062 by adding a check to see if the selector...
2007-12-17 David SerdukeFixed #2037 where Opera would mis-state the value of...
2007-12-16 Brandon AaronAdding data and removeData tests
2007-12-14 John ResigAdded a test case for $("<option>test</option>")[0...
2007-12-13 David SerdukeFixed #1854 by using wizzud's suggestion. The only...
2007-12-12 David SerdukeFixed a bug in clone where it wouldn't work on an XML...
2007-12-10 David SerdukeFixed #1959 by postponing ALL script evaluations till...
2007-12-08 Brandon Aaronshow is now element aware (#960)
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-06 Jörn ZaeffererFix for #2002
2007-12-05 David SerdukeFixed #1419 where IE failed with .text() on an XML...
2007-12-05 David SerdukeFixed #1264. If you read the bug there were many propo...
2007-12-04 David SerdukeFixed #1763 by checking to see if .createElement()...
next