Fixed typo in logic, also disabled function setters in this case to allow the functi...
[jquery.git] / test / unit / core.js
2010-01-13 jeresigFixed typo in logic, also disabled function setters...
2010-01-06 Filipe FortesMake sure to do a deep copy on arrays. #5750
2010-01-06 jeresigMerging in jQuery.proxy() branch.
2010-01-05 jeresigRewrite of jQuery.browser to become engine-centric...
2009-12-31 jeresigAdded in jQuery.proxy(obj, name), like the method descr...
2009-12-18 jeresigFixed the spacing from the last commit.
2009-12-18 jeresigDisabled the passthrough .attr(method_name) functionali...
2009-12-18 Robert KaticMade isPlainObject() supporting null, undefined, and...
2009-12-11 John ResigMake sure that dynamically-created elements don't have...
2009-12-10 John ResigMoved some methods around inbetween core.js and travers...
2009-12-10 John ResigRewrote .merge() (faster and less obtuse now). Fixed...
2009-12-10 John ResigSwitched jQuery() to represent jQuery([]) instead of...
2009-12-06 John ResigRenamed isObjectLiteral to isPlainObject (makes more...
2009-12-02 jeresigAdded some isObjectLiteral tests.
2009-11-30 Yehuda KatzFixes $.trim for   closes #4980
2009-11-25 Robert KaticGeneric jQuery.merge and safer jQuery.makeArray(nodeList).
2009-11-13 Robert KaticCorrected some minor errors made by me (rkatic) in...
2009-11-12 Robert KaticForgotten to update the number of jQuery.extend related...
2009-11-12 Robert KaticMade jQuery.extend(true, ...) to extend recursively...
2009-11-12 Robert KaticMade isObjectLiteral to work correctly with custom...
2009-11-11 John ResigMade jQuery('<div/>') and jQuery('<div></div>') use...
2009-11-09 rkaticAdded a method to myKlass.
2009-11-07 John ResigMake .add() take an optional context and - if a context...
2009-09-29 John ResigSwitched from using QUnit's isObj/isSet to the more...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-14 Ariel Fleslerjquery core: Fixed #5202. Fixing selector generation...
2009-09-07 John ResigSplit out the fragment-building code from domManip...
2009-08-27 John ResigFixed a bug with the isXMLDoc test - also made sure...
2009-08-27 John ResigTweaked the isXMLDoc iframe test case to test the docum...
2009-07-27 John ResigAdded an improvement to quickExpr and some more tests...
2009-07-27 John ResigAdded an extra documentElement check to isXMLDoc for...
2009-07-17 Yehuda KatzAdd test for jQuery(jQueryObj) cloning and simplify...
2009-07-16 Ariel Fleslerjquery core: Simplifying isEmptyObject() and adding...
2009-07-16 Yehuda KatzAdd a test for index()
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies custom objec...
2009-07-16 Yehuda KatzjQuery.extend(true, Object, Object) copies objects...
2009-07-16 Yehuda KatzClear some dangling whitespace
2009-07-16 Yehuda KatzAdd support for .get(-Number) Closes #4188
2009-07-16 Yehuda KatzMake toArray an alias for .get(). Closes #3999
2009-06-20 Ariel Fleslerjquery core: Closes #2827. jQuery.each iterates over...
2009-05-07 Brandon Aaronanother unit test for index method
2009-05-03 Ariel Fleslertestrunner: Updating an orphaned test
2009-05-03 Ariel Fleslerjquery core: $() -> $(document) and $(undefined) -...
2009-05-02 Brandon Aaronactually should be 6330, not 6329
2009-05-02 Brandon Aaronindex now works in reverse when passed a selector or...
2009-03-31 John ResigUnified the formatting of core.js. === or !== are used...
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 ).
next