Adds jQuery collection to objects that will be used as global events context if provi...
[jquery.git] / test /
2010-12-30 Colin SnoverRemove patch for very early versions of Opera 9 that...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-29 Dave MethvinBy default, use document root rather than current selec...
2010-12-28 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-28 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-28 jaubourgMerge branch 'master' of github.com:jquery/jquery into...
2010-12-27 Dave MethvinDon't cache non-html strings in buildFragment to avoid...
2010-12-27 Dave MethvinWhen a native browser event is bubbling up the DOM...
2010-12-27 jrburkeRegister as a CommonJS async module if in that kind...
2010-12-27 Dave MethvinTest for standard createEvent before IE-specific click...
2010-12-25 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-25 unknownRemoved custom method in isDeferred and when.
2010-12-25 unknownDeferred cannot be cancelled by returning false in...
2010-12-24 unknownCapitalized Deferred & _Deferred to clearly mark them...
2010-12-24 unknownChanged dataConverters key format.
2010-12-24 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-24 Dave MethvinWhen a native browser event is bubbling up the DOM...
2010-12-23 Colin SnoverDon't use for-in loops on Arrays. Fixes #7817. Thanks...
2010-12-22 Colin SnoverMore unit tests and a $.hasData that works for JS objec...
2010-12-22 Colin SnoverUpdate jQuery.hasData to always return a boolean, with...
2010-12-22 Colin SnoverRemove code for ticket #7717 which has been marked...
2010-12-21 Dave MethvinUse a for loop rather than for/in loop when copying...
2010-12-20 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-19 Colin SnoverFix #7717 and #7165. Thanks to dmethvin and iliakan...
2010-12-14 Colin SnoverMerge branch 'bug_7397' of https://github.com/rwldrn...
2010-12-13 Colin SnoverSpeed up & compatibility improvements for new clone...
2010-12-12 Colin SnoverReturn test comments to ASCII space
2010-12-12 Colin SnoverMerge branch 'bug5566' into csnover-bug5566. Fixes...
2010-12-12 Colin SnoverFix the clone method to be a little less insane in...
2010-12-11 jaubourgSimplified headers tests: removed multiline headers...
2010-12-11 jaubourgTweaked the headers test to be apache independent and...
2010-12-10 jaubourgChanged document.location to window.location per Ben...
2010-12-10 jaubourgRemoved non-standard (and not that useful) xhr emulatio...
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-12-09 jeresigBacking out cec68e2b00d86357c18b576cbaed52cc1ea42a74...
2010-12-09 jeresigBacking out fb6c038bf00296480234c971a1664ac01ca1479e...
2010-12-09 jeresigMerge branch 'bug5566' of https://github.com/csnover...
2010-12-09 jeresigMerge branch 'attrFollowupFix' of https://github.com...
2010-12-09 jeresigMerge branch 'support_6897' of https://github.com/rwldr...
2010-12-09 jeresigMerge branch 'bug_7413' of https://github.com/rwldrn...
2010-12-07 Anton MFix attr() problems in IE with attribute nodes. Followu...
2010-12-07 Colin SnoverClone fragments in domManip using jQuery.clone instead...
2010-12-06 John ResigMerge branch 'bug7524' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 'bug7531' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 't6398' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't4386' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't7578' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't5476' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 'restrictAttr' of https://github.com/jitte...
2010-12-03 Colin SnoverOnly try to get data attributes for a jQuery-wrapped...
2010-12-01 Anton MHandle carriage return characters in className property...
2010-11-24 Anton MAdd unit test for fix to #7578.
2010-11-21 Anton MMake sure custom events named "submit" can be bound...
2010-11-21 Anton MMake sure IE clones body elements correctly. Fixes...
2010-11-19 Anton MImprove performance of get() for negative indices....
2010-11-17 Colin SnoverCoerce s.url to string before calling replace, since...
2010-11-13 Anton MMake sure attr() works on non DOM element nodes. Fixes...
2010-11-12 Henri WiechersConvert test/data/text.php to use lf line endings.
2010-11-12 Henri WiechersConvert test/delegatetest.html to use lf line endings.
2010-11-10 rwldrnUpdating #7397 unit tests to correctly test for a persi...
2010-11-10 jeresigBacking out commit 795e880bba1f7f949df58748f7fd92e50296...
2010-11-10 jeresigMaintain returning 0px from width/height for disconnect...
2010-11-10 rwldrnFixes #7397; Adds 4 supporting unit tests.
2010-11-09 rwldrnFixes #7397; 4 supporting unit tests
2010-11-09 rwldrnSupport unit test for #6897
2010-11-09 rwldrnFixes #7413; isEmptyObject() check to see if obj passes...
2010-11-09 Colin SnoverRemove conditional that prevents attr from working...
2010-11-09 John ResigMerge branch 'fixAdjacentTests' of https://github.com...
2010-11-09 John ResigEnsure that unquoted attribute selectors are quoted...
2010-11-09 Anton MFix selector tests broken by newer version of Qunit.
2010-11-06 Colin SnoverEnsure that AJAX requests are actually aborted in all...
2010-11-03 jeresigLimit the scope of the CSS 'auto' change to just height...
2010-11-03 jeresigLimit the scope of the CSS 'auto' change to just height...
2010-11-01 jeresigOnly change ID on nodes that don't already have an...
2010-11-01 jeresigMake sure that accessing computed CSS for elements...
2010-10-28 Brandon AaronFix tab spacing.
2010-10-27 jeresigCalling .hide().show() on a stylesheet-hidden element...
2010-10-26 Karl SwedbergFor .show() with no arguments, only set display of...
2010-10-26 John ResigBacking out fix for #5803 from 3b50eaca2cd0b1439235e39c...
2010-10-25 dmethvinAllow DELETE requests to have a content body, and prope...
2010-10-25 dmethvinHonor stopImmediatePropagation for live/delegate event...
2010-10-24 rwldrnFixes #7229 and #5803
2010-10-22 jeresigMake sure that .width()/.height() don't return NaN...
2010-10-22 jeresigMake sure that the correct height/width of the elements...
2010-10-22 jeresigFix broken selector code from last commit.
2010-10-22 jeresigMake sure that +, >, ~ leading, rooted, selectors go...
2010-10-22 jeresigMake sure that we don't use matchesSelector on XML...
2010-10-22 jeresigMake sure that we aren't reading one of the bad expando...
2010-10-22 jeresigBe sure to clean up the previous test.
2010-10-22 jeresigMake sure that height/width getters work on hidden...
2010-10-22 jeresigAdding another test for an issue in Gecko's matchesSele...
2010-10-19 Anton MUpdate number of expected assertions in attribute tests
2010-10-17 John ResigAdd some more tests to make sure that pulling in data...
2010-10-17 Paul IrishfadeToggle(). as suggested by Karl Swedberg in his...
2010-10-17 John ResigMake sure that .data() (no args) returns a list of...
2010-10-17 John ResigWe removed deleteExpando after 1.4.2, for some reason...
2010-10-15 jeresigFix the number of change tests and remove textarea...
2010-10-15 jeresigTesting *, * was unnecessary - especially in slower...
2010-10-15 jeresigDon't test inline-block in browsers that don't support...
2010-10-15 jeresigUse prepend for the focuin test (to avoid making the...
next