Allow plugins to delay the exeuction of the ready event. Delay the ready event by...
[jquery.git] / test /
2010-09-17 John ResigjQuery.css() returns a string value - handle this prope...
2010-09-17 John ResigFixed some sloppy checks in the effects test suite...
2010-09-16 jeresigSplit apart jQuery.css into jQuery.css (computed values...
2010-09-14 jeresigRemoving leftover debug code.
2010-09-13 John ResigMaking some more adjustments to handle auto CSS properties.
2010-09-09 jeresigMake sure that effect tests no longer reference the...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMerge branch 'master' of github.com:jquery/jquery into...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-07 Karl Swedbergadded "#main" ancestor selector to an "Only Child"...
2010-09-02 John ResigFix the order of the element test arguments.
2010-09-02 John ResigTweaked the name unit tests to specify the exact nodes...
2010-09-02 John ResigRemove cases of :contains() where quotes are used ...
2010-09-01 Brandon AaronAdd .width() and .height() unit test for empty sets...
2010-08-27 John ResigHandle two more cases where comments were missing in...
2010-08-27 John ResigAdded some tweaks to $.type to handle null and undefine...
2010-08-26 John ResigBlackberry 4.6 doesn't maintain comment nodes in the...
2010-08-26 John ResigFixed mistake with tweaked iframe manipulation test.
2010-08-26 John ResigTweak some more jQuery set results in the manipulation...
2010-08-26 John ResigTweak more element orders in the manipulation tests...
2010-08-26 John ResigTweaked manipulation test to ignore order of elements...
2010-08-26 John ResigTweaked anchor test to work better on Blackberry 4.7.
2010-08-23 John ResigSimplifying some of the .val() test code.
2010-08-23 John ResigFixing getting/setting classes and makeArray(RegExp...
2010-07-28 jzaeffererReplace usage of the removed global reset() method...
2010-07-27 John ResigMake sure that .data() events don't bubble, per the...
2010-07-27 jzaeffererMoving jQuery-core specific resets from QUnit to core.
2010-07-22 InfinitiesLoopTicket #6808. Changes data() so on plain objects, it...
2010-07-20 InfinitiesLoopTicket #6804. Adds a changeData event.
2010-06-20 jeresigMobile WebKit browsers don't support accessing the...
2010-06-20 jeresigNeed to expose the isLocal change globally as well.
2010-06-20 jeresigTemporarily disable ajax tests when running in TestSwam.
2010-06-20 jeresigUse custom events for testing unbind instead of the...
2010-06-20 jeresigAdjust isPlainObject test to run in an iframe.
2010-06-20 jeresigMake sure the offset tests work without a built jQuery...
2010-06-20 jeresigUpdate other remote test URLs as well.
2010-06-20 jeresigStrip off filename and query string for JSONP Remote...
2010-06-20 jeresigUpdate the TestSwarm URL to point to the new jQuery...
2010-06-20 jeresigChanged the order of the tests to run in the same order...
2010-06-20 jeresigHandle auto-running of the TestSwarm injection script...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-06-15 jeresigFixing request data param issue. Thanks to mislav for...
2010-06-15 malsupFix for http://dev.jquery.com/ticket/6451
2010-03-27 Brandon AaronMerge branch 'master' of github.com:jquery/jquery
2010-03-25 jeresigMobile WebKit browsers don't support accessing the...
2010-03-24 jeresigNeed to expose the isLocal change globally as well.
2010-03-24 jeresigTemporarily disable ajax tests when running in TestSwam.
2010-03-24 jeresigUse custom events for testing unbind instead of the...
2010-03-24 jeresigAdjust isPlainObject test to run in an iframe.
2010-03-24 Brandon AaronMerge branch 'master' of github.com:jquery/jquery
2010-03-23 jeresigMake sure the offset tests work without a built jQuery...
2010-03-23 jeresigUpdate other remote test URLs as well.
2010-03-23 jeresigStrip off filename and query string for JSONP Remote...
2010-03-23 jeresigUpdate the TestSwarm URL to point to the new jQuery...
2010-03-23 jeresigChanged the order of the tests to run in the same order...
2010-03-23 jeresigHandle auto-running of the TestSwarm injection script...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-23 Brandon AaronFixed an issue with setting offset of absolutely positi...
2010-03-22 Brandon AaronAdded unit tests for setting offset one property at...
2010-03-09 jeresigRewrote the live/delegate submit tests to be more generic.
2010-03-09 jeresigMake sure that special remove and teardown events get...
2010-03-09 jeresigLanding a faster trim method. Based upon the work by...
2010-03-05 jeresigI take that back! It was a bug, but the cache had to...
2010-03-05 jeresigAttempted to fix #6227, not entirely sure if it's a...
2010-03-02 jeresigAdded in Ben Alman's proposed event.namespace property...
2010-03-02 jeresigAdd in the new level information to the closest(Array...
2010-03-02 jeresigWe no longer support globally-triggered events on plain...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-02-28 brandonaaronAdding unit tests to make sure .scrollTop() and .scroll...
2010-02-28 brandonaaronUse correct window reference in offset to work properly...
2010-02-27 jeresigAttach data directly to plain objects, no reason to...
2010-02-27 jeresigAdding in .bind(name, false), .unbind(name, false)...
2010-02-27 jeresigMake it so that you can pass in event data to .click...
2010-02-26 jeresigMake sure that undefined is always returned for undefin...
2010-02-26 jeresigMake sure that unbinding on a plain javascript object...
2010-02-26 jeresigMake sure that live events bubble unless explicitly...
2010-02-13 jeresigNo need to run trim on every class iteration in addClas...
2010-02-13 jeresigAdapt the nbsp entity test for Opera (output isn't...
2010-02-13 jeresigMake sure that elements that have been removed also...
2010-02-13 jeresigMake sure that live focus and blur events also bind...
2010-02-13 jeresigWhen binding a change directly to a file input just...
2010-02-13 jeresigDon't inject style elements using innerHTML as they...
2010-02-13 jeresigAdded some tests to test repeated injected of scripts...
2010-02-13 jeresigMake sure that we don't try to use a detached node...
2010-02-13 jeresigMake sure the fragment isn't used if it's not the same...
2010-02-13 jeresigIf .attr() is run on no elements undefined should be...
2010-02-13 jeresigMake sure that no extra whitespace is leftover after...
2010-02-13 jeresigMake sure leading whitespace is trimmed for parseJSON...
2010-02-11 John ResigMake sure that the teardown is called after all the...
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...
next