Ignore potential error codes from Github in doing a clone. Fixes #6049.
[jquery.git] / test /
2010-02-06 Ben AlmanOk, this should actually fix #6041 :)
2010-02-06 jeresigMake sure that &#...; entities are encoded properly...
2010-02-06 jeresigMake sure that we don't try to double-encode params...
2010-02-05 jeresigRewrote the live event handling to use the new event...
2010-02-04 jeresigAdded some more tests for checking the execution order...
2010-02-04 Justin MeyerForgot to land Justin's tests for the event fixes.
2010-02-04 jeresigA large refactor of the event handling logic. Data...
2010-02-02 Neeraj SinghAdding in some more replaceWith tests for #5917.
2010-02-02 Noah SloanOnly detach the incoming elements to replaceWith if...
2010-02-02 jeresigMake sure the resulting className from removeClass...
2010-02-02 jeresigFix for problem in IE 8 where deserialized (then reseri...
2010-02-01 jeresigAdd .delegate() and .undelegate(). An alternative to...
2010-01-28 jeresigLanding some minor perf optimization to jQuery().
2010-01-28 jeresigProvide a way to simulate default browser actions....
2010-01-28 jeresigMake sure that jQuery.data( elem ) always returns a...
2010-01-26 jeresigMake sure that the correct context is being passed...
2010-01-26 jeresigMake work wrapInner(fn) work consistently. Fixes #5799.
2010-01-25 Mike AlupProvided detailed message for JSON parse errors. Fixes...
2010-01-25 Michael MonteleoneMake sure that checked state is cloned properly. Based...
2010-01-25 jeresigMake sure that special.add actually copies over event...
2010-01-25 jeresigMake sure multiple bound events have their namespaces...
2010-01-25 jeresigCleaned up divs that should've been removed after a...
2010-01-25 jeresigMake sure that it's possible to preventDefault natively...
2010-01-25 John ResigMake sure original context is maintained and not the...
2010-01-25 John ResigObjects with length properties weren't getting serializ...
2010-01-25 John ResigDon't set the context in .load() as it stops the global...
2010-01-25 John ResigMake sure that XHTML-style HTML is purified in .html...
2010-01-24 jeresigExpose cleanData, make sure that all bound event handle...
2010-01-24 jeresigAdded in .height(fn) and .width(fn) support. Fixes...
2010-01-23 jeresigMake empty strings (and other non-string values) simply...
2010-01-23 jeresigMoved add() tests from core to traversing.
2010-01-23 jeresigMake sure that .die() with no args works. Fixes #5789.
2010-01-23 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-01-23 Matt CurrySelect (with a selected) fired change on first focus...
2010-01-23 Karl Swedbergfixed offset(coordinates) returns null when no matching...
2010-01-23 Karl Swedbergadded tests for show/hide with falsy, non-zero values
2010-01-23 Ben Almanfixed jQuery.dir regression introduced with 1.4 *untils...
2010-01-23 Irae BrasilAdded support for multiple live event handlers, live...
2010-01-23 Irae BrasilMake sure non-left-click events don't bubble. Fixes...
2010-01-16 John ResigMake sure regular settings object is set as context...
2010-01-14 Yehuda KatzwrapAll(Function) doesn't actually make sense. That...
2010-01-13 jeresigWe only care that some of the html return value is...
2010-01-13 jeresigMake sure that null params aren't traversed. Fixes...
2010-01-13 jeresigMake sure that disconnected nodes aren't sorted/uniqued...
2010-01-13 jeresigFixed typo in logic, also disabled function setters...
2010-01-12 jeresigBringing some selector tests back from Sizzle.
2010-01-12 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-01-12 jeresigSome more touching up of the replaceWith tests.
2010-01-12 Paul Irishadding extra useragents from trac tickets. correcting...
2010-01-11 jeresigDid some reorganizing of the recently added replaceWith...
2010-01-11 jeresigMake sure that wrapInner works on elements that have...
2010-01-11 jeresigFinal pass at fixing #5785. Need to make sure that...
2010-01-11 jeresigMade some additional tests for #5785.
2010-01-11 jeresigMake sure we use detach instead of remove in replaceWit...
2010-01-11 jeresigRevert "Adding in backwards-compatiblity support for...
2010-01-07 jeresigMerge branch 'setterargs'
2010-01-07 jeresigAdded in support for .offset(Function).
2010-01-07 jeresigAdd .css(Function) incoming value tests.
2010-01-07 jeresigNo need for the try/finally logic in the css tests...
2010-01-07 jeresigAdded manipulation tests for setter function args.
2010-01-07 jeresigMake sure that a parsererror is thrown whenever malform...
2010-01-07 jeresigAdded some .text(Function) tests.
2010-01-07 jeresigAdded tests for attribute function setters.
2010-01-07 jeresigMoved the val() tests from manipulation into attributes.
2010-01-06 jeresigAdd some abort() Ajax tests. Verifies that #3984 works.
2010-01-06 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-01-06 jeresigAdding in backwards-compatiblity support for jQuery...
2010-01-06 Filipe FortesMake sure to do a deep copy on arrays. #5750
2010-01-06 jeresigAdded in support for content-type sniffing for scripts...
2010-01-06 Rick WaldronDetect JSON Ajax requests by the response content-type...
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-31 jeresigRemove the .bind(name, fn, thisObject) and promote...
2009-12-22 jeresigMake sure that selected works in Safari on options...
2009-12-22 Ben AlmanMoved jQuery.param "traditional" flag into jQuery.ajaxS...
2009-12-22 jeresigAdd some extra tests to make sure we can get the value...
2009-12-22 jeresigMake sure that the correct value is being pulled from...
2009-12-22 jeresigMade sure that the .val() logic for setting radios...
2009-12-22 jeresigFixed the issue where getting an empty value was imposs...
2009-12-21 Jörn ZaeffererStop trying to emulate the focus/blur event in IE,...
2009-12-21 Alexander FarkasUsed the patch from Alexander as the basis for a rewrit...
2009-12-21 jeresigMake sure we use instead of in the delegate test.
2009-12-21 jeresigMoved logic for handling .animate({}), doesn't queue...
2009-12-19 John ResigBringing Sizzle test suite changes back in.
2009-12-19 jeresigMove the test results list above the test HTML to avoid...
2009-12-19 jeresigTemporarily disabling test for bug #4299.
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-18 jeresigRenamed the 'fx' module to 'effects'. Should've been...
2009-12-17 Dave MethvinAdd new html5 input types to list of serializable types...
2009-12-17 Ben AlmanFurther modified jQuery 1.4 .param() method to serializ...
2009-12-17 Karl Swedbergadded a couple missing semicolons and fixed a typo...
2009-12-17 jeresigFollow-up to 100ed686426b8b404b094b8c8086aefce715f91a...
2009-12-17 jeresigReworked some more of the selector tests as well to...
2009-12-17 jeresigAdded some more tests around the name tests to catch...
2009-12-16 jeresigMake sure that some height/width is set for the nothidd...
2009-12-14 Batiste BielerEnforce that hasClass and removeClass work even with...
2009-12-11 John ResigMake sure that dynamically-created elements don't have...
next