Fixed typo in logic, also disabled function setters in this case to allow the functi...
[jquery.git] / test /
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...
2009-12-10 John ResigRemoved .attr(removeClass) and .attr(each) tests as...
2009-12-10 John ResigMoved some methods around inbetween core.js and travers...
2009-12-10 John ResigMake sure that the correct args are passed in to the...
2009-12-10 John ResigMake sure that calling .width(num) or .height(num)...
2009-12-10 John ResigRewrote .merge() (faster and less obtuse now). Fixed...
2009-12-10 Yehuda KatzFix up whitespace and a couple of glitches.
2009-12-10 Yehuda KatzAdd function values to addClass, removeClass, toggleCla...
2009-12-10 John ResigMade sure that css('width') and height returned string...
2009-12-10 John ResigSwitched jQuery() to represent jQuery([]) instead of...
2009-12-09 John ResigFixed problems with removing live events. Fixes #4894.
2009-12-09 John ResigMade .clone(true) also copy over element data. Fixes...
2009-12-09 John ResigAdded support for .data(Object), overwriting the existi...
2009-12-09 Yehuda KatzLanding in jQuery.contains, jQuery.fn.contains, and...
2009-12-09 David PetersenHandle changing form attributes correctly when there...
2009-12-08 John ResigMake sure that events are cloned for wrap, fixes #2977.
2009-12-07 John ResigCheck Sizzle or jQuery.
2009-12-07 John ResigOnly run the visibility selectors if the filter exists.
2009-12-07 James PadolseyAdded support for per-property easing
2009-12-07 John ResigAdded in support for injecting area elements into map...
2009-12-07 John ResigAdded in support for $.ajax jsonpCallback (allowing...
2009-12-06 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-06 John ResigSplit the queue code out from data.js into a dedicated...
2009-12-06 John ResigRenamed isObjectLiteral to isPlainObject (makes more...
2009-12-06 Dave MethvinFix for #4011, crash when two text nodes are appended...
2009-12-06 jeresigMake sure that animated show resets the display correct...
2009-12-05 jeresigMake sure that the previous element is removed from...
2009-12-05 jeresigMade sure that css() in IE handles negative non-px...
2009-12-05 John ResigMake sure that width or height don't animate to a negat...
2009-12-05 Yehuda KatzAdded a test for bug 1095 for animations (animations...
2009-12-04 Ben AlmanLanding Ben Alman's patch to add nextUntil, prevUntil...
2009-12-04 jeresigAdded in the .delay() method for delaying the execution...
2009-12-04 Justin MeyerAdding in support for bubbling submit and change events...
2009-12-03 jeresigTweaked a CSS test to handle differences in font-size...
2009-12-03 jeresigRemoved broken hidden/visible test.
2009-12-03 jeresigRe-arranged many of the selector tests, breaking them...
2009-12-03 jeresigJust restore window.JSON in the getJSON test, don't...
2009-12-03 jeresigAdded in the new .closest(Array) method, will be used...
2009-12-02 jeresigRemoved debug statements from manipulation tests, was...
2009-12-02 jeresigAdded some isObjectLiteral tests.
2009-12-01 Yehuda KatzAdding a test that a new option can be selected with...
2009-12-01 Yehuda KatzFix css("opacity") to not clobber other filters in...
2009-11-30 jeresigSwitched from using Git Submodules to just doing a...
2009-11-30 jeresigBringing Sizzle and QUnit up to date.
2009-11-30 jeresigUse .add() to merge two test groups together for .unwrap().
next